We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8996e5c commit 4106655Copy full SHA for 4106655
1 file changed
1-js/02-first-steps/12-nullish-operators/1-values/solution.md
@@ -1,5 +1,5 @@
1
Ответ: `NaN`. Это первое «определённое» значение.
2
3
```js run
4
-alert(undefined ?? NaN ?? null ?? "" ?? " ")
5
-```
+alert(undefined ?? NaN ?? null ?? "" ?? " ");
+```
0 commit comments