Created
August 18, 2020 21:34
-
-
Save martincartledge/ee24616bc70fba8324fa5c6703cf89ae to your computer and use it in GitHub Desktop.
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
function findAJedi(jediList) { | |
console.log(jediList[1]) // O(1) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment