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.
null
1 parent cd19b42 commit a32d017Copy full SHA for a32d017
docs/language/primitives/index.md
@@ -2,4 +2,4 @@
2
sidebar_position: 10
3
---
4
5
-# Primitive Types
+# Primitives
docs/language/primitives/null.md
@@ -0,0 +1,12 @@
1
+---
+title: "Null"
+sidebar_position: 1
+
6
+# Null
7
8
+The `null` keyword represents a value indicating that there is no value.
9
10
+```mew
11
+let text: string = null;
12
+```
0 commit comments