Function

Properties & methods

Function.create( )
Create a function with the given variable as name
Function.doAmount( )
Execute the `task` the given amount of tasks
Function.doTime( )
Do the `task` for the given amount of ms
Function.doWhile( )
Do `task` at least once and then while `test` returns truthy
Function.dummy( )
A dummy function
Function.parallel( )
Run (async) functions in parallel
Function.series( )
Run (async) functions in serie
Function#methodize( )
Create a function that will call the given function with 'this' as the first argument
Function#unmethodize( )
Create a function that will call the given function with the first argument as the context