Skip to content

Instantly share code, notes, and snippets.

@goodbedford
Last active April 2, 2016 03:15
Show Gist options
  • Save goodbedford/f3feb4910af261b6c1e7621ff547f55d to your computer and use it in GitHub Desktop.
Save goodbedford/f3feb4910af261b6c1e7621ff547f55d to your computer and use it in GitHub Desktop.
var carList = ["tesla", "bmw", "ford", "kia", "honda"];
// what car is at index 2?
console.log("What car is at index 2?", carList[2]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment