Skip to content

Commit d44ce9d

Browse files
committed
Update undefined.md
Delete the duplicate text.
1 parent 344b067 commit d44ce9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/ko/core/undefined.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ JavaScript는 `nothing`을 두 가지로 표현할 수 있고 그중 `undefined`
1515
- global 변수 `undefined`에 접근할 때.
1616
- 아직 초기화하지 않은 변수
1717
- `return` 구문이 없는 함수는 `undefined`를 반환함.
18-
- `return` 구문이 없는 함수는 `undefined`를 반환함.
1918
- `return` 구문으로 아무것도 반환하지 않을 때.
2019
- 없는 프로퍼티를 찾을 때.
2120
- 함수 인자가 생략될 때.

0 commit comments

Comments
 (0)