-
-
Notifications
You must be signed in to change notification settings - Fork 3
function_map
Wesley de Groot edited this page Oct 22, 2015
·
31 revisions
_ _____
| | / ____|
| | | (___
_ | | \___ \
______ _ | |__| | ____) |
|______| (_) \____/ |______/
Walk trough the array, and perform a function
- @param object object
- @return true
- @example _().map(['a','b','c'], function(i,v){alert('item '+i+', value: '+v);});
Back to function list
© Wesley de Groot • CC-BY 4.0 • WDGWV