Skip to content

Commit 9372380

Browse files
authored
Solve: 1번 문제 해결
1 parent 5862a72 commit 9372380

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Challenge/DahyunLim/1.arry/solve.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
var nums = [100, 200, 300, 400, 500];
55

66
nums.splice(3, 2);
7-
nums;
8-
var nums = [100, 200, 300, 400, 500];
7+
console.log(nums);

0 commit comments

Comments
 (0)