Skip to content

Commit 4d63ede

Browse files
committed
1 parent 284c9c1 commit 4d63ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fundamentals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// #1: Create an array of strings called `foods` that contains three foods.
44
// Type your solution immediately below this line:
5-
5+
var foods = ["hotdog", "burger", "salad"];
66

77
// #2: Access the last item in the array and assign to a variable called `last`.
88
// Type your solution immediately below this line:

0 commit comments

Comments
 (0)