We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284c9c1 commit 4d63edeCopy full SHA for 4d63ede
fundamentals.js
@@ -2,7 +2,7 @@
2
3
// #1: Create an array of strings called `foods` that contains three foods.
4
// Type your solution immediately below this line:
5
-
+var foods = ["hotdog", "burger", "salad"];
6
7
// #2: Access the last item in the array and assign to a variable called `last`.
8
0 commit comments