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 1050c14Copy full SHA for 1050c14
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 = ["oranges", "apples", "hot dogs"];
6
7
// #2: Access the last item in the array and assign to a variable called `last`.
8
0 commit comments