Skip to content

Commit 4603ba9

Browse files
Merge pull request #149 from gaonK/main
Co-authored-by: dvlprsh <[email protected]>
2 parents be4588f + 7f2be2c commit 4603ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/ko/handbook-v2/Basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,5 +436,5 @@ CLI에서 `--strict` 플래그를 설정하거나 [`tsconfig.json`](https://www.
436436
### `strictNullChecks`
437437

438438
`null``undefined`와 같은 값은 다른 타입의 값에 할당할 수 있는 것이 기본 동작입니다.
439-
이는 코드 작성을 쉽게 만들어주지만, `null``undefined`의 처리를 잊는 것은 세상의 수 없이 많은 버그들의 원인입니다. 혹자는 이를 [백만 불 짜리 실수](https://www.youtube.com/watch?v=ybrQvs4x0Ps)라고 일컫기도 합니다!
439+
이는 코드 작성을 쉽게 만들어주지만, `null``undefined`의 처리를 잊는 것은 세상의 수 없이 많은 버그들의 원인입니다. 혹자는 이를 [백만 불 짜리 실수](https://www.youtube.com/watch?v=ybrQvs4x0Ps)라고 일컫기도 합니다!
440440
`strictNullChecks` 플래그는 `null``undefined`를 보다 명시적으로 처리하며, `null``undefined` 처리를 _잊었는지_ 여부를 걱정하는 데에서 우리를 _해방시켜_ 줍니다.

0 commit comments

Comments
 (0)