Skip to content

Instantly share code, notes, and snippets.

@chriswebb09
Last active May 11, 2017 08:24
Show Gist options
  • Save chriswebb09/98363ca4cbbe3a847bf10f352914f7e2 to your computer and use it in GitHub Desktop.
Save chriswebb09/98363ca4cbbe3a847bf10f352914f7e2 to your computer and use it in GitHub Desktop.
O(1)
let arrOne = [1, 2, 3, 4, 5, 6]
arrOne[0]
arrOne[2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment