Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save olavea/5623cb1e85bce7d0ff99fa6025267cbc to your computer and use it in GitHub Desktop.
Save olavea/5623cb1e85bce7d0ff99fa6025267cbc to your computer and use it in GitHub Desktop.
var myName = "Nick";
myName[0];
"N"
myName[1];
"i"
myName[2];
"c"
[ ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment