Last active
April 2, 2016 03:15
-
-
Save goodbedford/f3feb4910af261b6c1e7621ff547f55d 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
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