Skip to content

Commit 30fe067

Browse files
committed
more descriptive variable name
1 parent 0c3c26e commit 30fe067

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
@@ -82,7 +82,7 @@ console.log();
8282

8383
// ==== Challenge 3 ====
8484
// The marketing team wants the car models listed alphabetically on the website. Sort all the car model names into alphabetical order and log the results in the console
85-
let carModels = [];
85+
let carModelsSorted = [];
8686
console.log();
8787

8888
// ==== Challenge 4 ====

0 commit comments

Comments
 (0)