Skip to content

Commit 0773d10

Browse files
otmon76danipoma
andauthored
Update 1-js/02-first-steps/05-types/article.md
Co-authored-by: Daniel Pomajbík <[email protected]>
1 parent 79f2a8b commit 0773d10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

1-js/02-first-steps/05-types/article.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ Datový typ boolean probereme podrobněji v kapitole <info:logical-operators>.
160160
161161
## Hodnota „null“
162162
163-
Speciální hodnota `null` nepatří k žádnému z výše uvedených typů. Tvoří samostatný typ, který obsahuje jedině hodnotu `null`:
163+
Speciální hodnota `null` nepatří k žádnému z výše uvedených typů.
164+
165+
Tvoří samostatný typ, který obsahuje jedině hodnotu `null`:
164166
165167
```js
166168
let věk = null;

0 commit comments

Comments
 (0)