Skip to content

Instantly share code, notes, and snippets.

@jcar787
Created February 26, 2022 08:59
Show Gist options
  • Save jcar787/a01a207788bab601d5317bd494ff93a7 to your computer and use it in GitHub Desktop.
Save jcar787/a01a207788bab601d5317bd494ff93a7 to your computer and use it in GitHub Desktop.
An example of map
const chars = [ 'j','a','v','a','s','c','r','i','p','t' ];
const ascii = chars.map(chr => chr.charCodeAt(0));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment