Created
April 2, 2016 02:40
-
-
Save goodbedford/2899c26d8cc5fd2353ef8763818cedc8 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 listOfFruit = ["apples", "pear", "lemons", "lychee"]; | |
// what will the # of items be? | |
console.log("I have", listOfFruit.length, "things on my list."); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment