Skip to content

Instantly share code, notes, and snippets.

@goodbedford
Created April 2, 2016 02:40
Show Gist options
  • Save goodbedford/2899c26d8cc5fd2353ef8763818cedc8 to your computer and use it in GitHub Desktop.
Save goodbedford/2899c26d8cc5fd2353ef8763818cedc8 to your computer and use it in GitHub Desktop.
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