Skip to content

Commit 3ac273b

Browse files
author
codewithghan
committed
array basic code written here
0 parents  commit 3ac273b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

array_basic_js.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
const numberArray = [10,20,30];
2+
3+
console.log(numberArray);

0 commit comments

Comments
 (0)