Skip to content

Instantly share code, notes, and snippets.

@zachgoll
Created January 1, 2021 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zachgoll/ee2434d07ace62abeb8456f1e8464b8c to your computer and use it in GitHub Desktop.
Save zachgoll/ee2434d07ace62abeb8456f1e8464b8c to your computer and use it in GitHub Desktop.
const myArray = [20, 30, 40];
console.log(myArray[3]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment