You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arrays-and-objects/Arrays.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff 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
0 commit comments