Skip to content

Commit ced7917

Browse files
committed
1 parent 1050c14 commit ced7917

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
@@ -6,7 +6,7 @@ var foods = ["oranges", "apples", "hot dogs"];
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:
9-
9+
var last = foods[2];
1010

1111

1212
// #3: Create an empty array called `favoriteFoods`.

0 commit comments

Comments
 (0)