Skip to content

Instantly share code, notes, and snippets.

@martincartledge
Created August 18, 2020 21:34
Show Gist options
  • Save martincartledge/ee24616bc70fba8324fa5c6703cf89ae to your computer and use it in GitHub Desktop.
Save martincartledge/ee24616bc70fba8324fa5c6703cf89ae to your computer and use it in GitHub Desktop.
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