varargs function which executes a chain of code (functions or any other code)
if any of the code returns false, the execution is terminated prematurely skipping the rest of the code!
true if the chain has succeeded false otherwise
Rest
... arbitrary array of functions or strings
Generated using TypeDoc
varargs function which executes a chain of code (functions or any other code)
if any of the code returns false, the execution is terminated prematurely skipping the rest of the code!
Returns
true if the chain has succeeded false otherwise