Using underscore.js how do I alert each item in the array? Is this even possible? I tried using the invoke function but its not working. can you please help?
_.invoke([1,3,7],alert(this));
Using underscore.js how do I alert each item in the array? Is this even possible? I tried using the invoke function but its not working. can you please help?
_.invoke([1,3,7],alert(this));