Skip to content

Instantly share code, notes, and snippets.

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