Skip to content

Commit 147cd16

Browse files
[수정] 얼럿창에 출력되는 내용 수정
1 parent 816b2a8 commit 147cd16

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/02-rest-parameters-spread

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/02-rest-parameters-spread/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function showName() {
9292
// 2, Julius, Caesar가 출력됨
9393
showName("Julius", "Caesar");
9494

95-
// 1, Ilya, undefined가 출력됨(두 번째 인수는 없음)
95+
// 1, Bora, undefined가 출력됨(두 번째 인수는 없음)
9696
showName("Bora");
9797
```
9898

0 commit comments

Comments
 (0)