Skip to content

Commit 9325938

Browse files
authored
Merge pull request jsk3342#8 from YOOJS1205/main
Solve: 1번 문제 보충
2 parents 23fb24c + 335353f commit 9325938

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Challenge/JunsangYoo/1.arry/solve.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// # 문제1 : 배열의 삭제
22
// 다음 배열에서 400, 500를 삭제하는 code를 입력하세요.
33

4-
var nums = [100, 200, 300, 400, 500];
4+
var nums = [100, 200, 300, 400, 500];
5+
6+
// a

0 commit comments

Comments
 (0)