We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f9304 commit f5a6826Copy full SHA for f5a6826
1 file changed
1-js/02-first-steps/12-nullish-operators/3-rewrite/task.md
@@ -10,6 +10,7 @@ importance: 3
10
let num1 = 10,
11
num2 = 20,
12
result;
13
+
14
*!*
15
if (result === null || result === undefined) {
16
if (num1 !== null && num1 !== undefined) {
@@ -19,4 +20,4 @@ if (result === null || result === undefined) {
19
20
}
21
22
*/!*
-```
23
+```
0 commit comments