Created
May 17, 2025 16:54
-
-
Save davidystephenson/bd75d67a8c1fdab6460e975dfd1b581c 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
// 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