We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e779c commit c955628Copy full SHA for c955628
docs/documentation/ko/release-notes/TypeScript 4.9.md
@@ -255,7 +255,7 @@ You can [read up more about the auto-accessors pull request on the original PR](
255
256
## `NaN` 동등성 검사
257
258
-JavaScript 개발자의 주요 문제는 내장된 동등 연사자를 사용해서 `NaN` 값을 확인하는 점입니다.
+JavaScript 개발자의 주요 문제는 내장된 동등 연산자를 사용해서 `NaN` 값을 확인하는 점입니다.
259
260
`NaN`은 특수 숫자 값으로 "Not a Number"를 의미합니다.
261
`NaN`과 동일한 것은 없습니다. 심지어 `NaN`도 마찬가지입니다.
0 commit comments