Skip to content

Commit b97b0f3

Browse files
committed
remove extra whitespace
1 parent 228e119 commit b97b0f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

assignments/arrays.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,3 @@ console.log();
101101
// 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();
104-
105-
106-

0 commit comments

Comments
 (0)