Skip to content

Instantly share code, notes, and snippets.

@thehulke
Last active November 30, 2017 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thehulke/a22b17521fd1f47029a561424f4ac470 to your computer and use it in GitHub Desktop.
Save thehulke/a22b17521fd1f47029a561424f4ac470 to your computer and use it in GitHub Desktop.
Array.prototype.map
var carsCharsLength = cars.map(function(car){
return car.length;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment