Created
February 26, 2022 08:59
-
-
Save jcar787/a01a207788bab601d5317bd494ff93a7 to your computer and use it in GitHub Desktop.
An example of map
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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