Underscore Playground
Underscore Playground
by lucasprus
JavaScript
console.log( _.map([33, 32, 33], function(num, index){ return index + ": " + this.name + "_" + num ; }, {"name": "Lucas"}) );
console.log( [33, 32, 33] );
by lucasprus
console.log( _.map([33, 32, 33], function(num, index){ return index + ": " + this.name + "_" + num ; }, {"name": "Lucas"}) );
console.log( [33, 32, 33] );