Skip to content

Instantly share code, notes, and snippets.

@IacovColisnicenco
Created April 1, 2021 17:46
Show Gist options
  • Save IacovColisnicenco/cc9752902c0d5bb0903c831b2b6b1155 to your computer and use it in GitHub Desktop.
Save IacovColisnicenco/cc9752902c0d5bb0903c831b2b6b1155 to your computer and use it in GitHub Desktop.
nameLengths
let arr = ['html', 'css', 'javascript'];
let nameLengths = arr.map((name) => name.length);
console.log(nameLengths);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment