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 5862a72 commit 9372380Copy full SHA for 9372380
Challenge/DahyunLim/1.arry/solve.js
@@ -4,5 +4,4 @@
4
var nums = [100, 200, 300, 400, 500];
5
6
nums.splice(3, 2);
7
-nums;
8
-var nums = [100, 200, 300, 400, 500];
+console.log(nums);
0 commit comments