We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 3ac273bCopy full SHA for 3ac273b
array_basic_js.js
@@ -0,0 +1,3 @@
1
+const numberArray = [10,20,30];
2
+
3
+console.log(numberArray);
0 commit comments