Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save davidystephenson/bd75d67a8c1fdab6460e975dfd1b581c to your computer and use it in GitHub Desktop.
Save davidystephenson/bd75d67a8c1fdab6460e975dfd1b581c to your computer and use it in GitHub Desktop.
// 1. Create a variable `favoriteFruits` and assign it an array of strings representing your favorite fruits.
var favoriteFruits = ['olives', 'apples', 'grapes']
console.log(favoriteFruits)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment