-
-
Notifications
You must be signed in to change notification settings - Fork 3
function_map
Wesley de Groot edited this page Jul 31, 2018
·
31 revisions
_ _____
| | / ____|
| | | (___
_ | | \___ \
______ _ | |__| | ____) |
|______| (_) \____/ |______/
v1.0.0 Final
Walk trough the array, and perform a function
This function is for the Command Line Interface and Websites!
Type | @var | Description | Required |
object | [object] | Wrapper | Optional |
array | arr | Array to parse | Required |
function | callbackInt | Callback function to call | Required |
_.map(['a', 'b', 'c'], function (i, v) { window.alert('item ' + i + ', value: ' + v);})
array
Back to function list
© Wesley de Groot • CC-BY 4.0 • WDGWV