Skip to content

Commit 3482c44

Browse files
Lambda_School_Loaner_166Lambda_School_Loaner_166
authored andcommitted
update arrays.js Challenges 1-5
1 parent d5d5a4a commit 3482c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignments/arrays.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ let inventory = [
7575

7676
// ==== Challenge 1 ====
7777
// The dealer can't recall the information for a car with an id of 33 on his lot. Help the dealer find out which car has an id of 33 by logging the car's year, make, and model in the console log provided to you below:
78-
console.log(`Car 33 is a *car year goes here* *car make goes here* *car model goes here*`);
78+
console.log(`Car 33 is a 2011 Jeep Wrangler`);
7979

8080
// ==== Challenge 2 ====
8181
// The dealer needs the information on the last car in their inventory. What is the make and model of the last car in the inventory? Log the make and model into the console.

0 commit comments

Comments
 (0)