Skip to content

Commit 6414bac

Browse files
[fix] typo
1 parent 01a8a7d commit 6414bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrays-and-objects/Arrays.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Array is a tye of object in Javascript that is commonly created with with square brackets [array literals], it can take any data type and each elements is separated with a comma, arrays can also be created with the new construct Keyword but wrapped with a normal brackets (array object) you cn also call array DATA STRUCTURE. In many programming languages, array is zero based index, this means the first element in array is in 0 position
1+
// Array is a type of object in Javascript that is commonly created with with square brackets [array literals], it can take any data type and each elements is separated with a comma, arrays can also be created with the new construct Keyword but wrapped with a normal brackets (array object) you cn also call array DATA STRUCTURE. In many programming languages, array is zero based index, this means the first element in array is in 0 position
22

33
let output;
44

0 commit comments

Comments
 (0)