Skip to content

Commit 93cf68e

Browse files
committed
fix
1 parent 2b65727 commit 93cf68e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

01-Basics/08-array/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Array = Indexed Value Collection
1+
// Array Object = Indexed Value Collection
22
let arr = [];
3-
let students = ["Mike", "Bob", "Walker"];
3+
let students = ['Mike', 'Bob', 'Walker'];
44
let scores = [100, 60, 90];
55

66
/* Do not do

0 commit comments

Comments
 (0)