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.
1 parent b6edd25 commit 10a3f16Copy full SHA for 10a3f16
concat.js
@@ -0,0 +1,3 @@
1
+const first1 = [2,4,6,7,2,3];
2
+const second = [55,44,24,78,61]
3
+console.log(first1.concat(second));
0 commit comments