Skip to content

Commit f5a6826

Browse files
authored
Отступ
1 parent c4f9304 commit f5a6826

File tree

1 file changed

+2
-1
lines changed
  • 1-js/02-first-steps/12-nullish-operators/3-rewrite

1 file changed

+2
-1
lines changed

1-js/02-first-steps/12-nullish-operators/3-rewrite/task.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ importance: 3
1010
let num1 = 10,
1111
num2 = 20,
1212
result;
13+
1314
*!*
1415
if (result === null || result === undefined) {
1516
if (num1 !== null && num1 !== undefined) {
@@ -19,4 +20,4 @@ if (result === null || result === undefined) {
1920
}
2021
}
2122
*/!*
22-
```
23+
```

0 commit comments

Comments
 (0)