Last active
May 11, 2017 08:24
-
-
Save chriswebb09/98363ca4cbbe3a847bf10f352914f7e2 to your computer and use it in GitHub Desktop.
O(1)
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
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