Skip to content

Instantly share code, notes, and snippets.

@balanza
Created October 23, 2015 12:51
Show Gist options
  • Save balanza/bfc88723caf0f677a424 to your computer and use it in GitHub Desktop.
Save balanza/bfc88723caf0f677a424 to your computer and use it in GitHub Desktop.
var obj = ['mario', 'luigi'];
var lambda = function(elem){
alert('Thanks ' + elem + ' but the princess is in another castle');
};
_.each(obj, lambda);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment