diff --git a/assignments/arrays.js b/assignments/arrays.js index 0b5ecad74..05ca96321 100644 --- a/assignments/arrays.js +++ b/assignments/arrays.js @@ -60,35 +60,58 @@ let inventory = [{"id":1,"car_make":"Lincoln","car_model":"Navigator","car_year" // for (let i = 0; i < arr.length; i++) { // arr[i]; // 1,2,3,4 // } - // ==== Challenge 1 ==== // 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: -console.log(`Car 33 is a *car year goes here* *car make goes here* *car model goes here*` ); + for (let i=0; i