Skip to content

Commit 65d9c6e

Browse files
committed
remove whitespace
1 parent b97b0f3 commit 65d9c6e

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
@@ -98,6 +98,6 @@ let oldCars = [];
9898
console.log();
9999

100100
// ==== Challenge 6 ====
101-
// A buyer is interested in seeing only BMW and Audi cars within the inventory. Return an array that only contains BMW and Audi cars. Once you have populated the BMWAndAudi array, use JSON.stringify() to show the results of the array in the console.
101+
// A buyer is interested in seeing only BMW and Audi cars within the inventory. Return an array that only contains BMW and Audi cars. Once you have populated the BMWAndAudi array, use JSON.stringify() to show the results of the array in the console.
102102
let BMWAndAudi = [];
103103
console.log();

0 commit comments

Comments
 (0)