Skip to content

Instantly share code, notes, and snippets.

@IacovColisnicenco
Created April 1, 2021 17:46
Show Gist options
  • Save IacovColisnicenco/59b2154a4d8a5b0d1dbacace39e6df8f to your computer and use it in GitHub Desktop.
Save IacovColisnicenco/59b2154a4d8a5b0d1dbacace39e6df8f to your computer and use it in GitHub Desktop.
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