Skip to content

Instantly share code, notes, and snippets.

@laser
Created December 31, 2014 18:26
Show Gist options
  • Save laser/7a26006968906d787665 to your computer and use it in GitHub Desktop.
Save laser/7a26006968906d787665 to your computer and use it in GitHub Desktop.
c
return fruitsOfTheWorld.map(function(fruits) {
return fruits.map(capitalize);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment