Create Boolean.md
This commit is contained in:
4
glossary/Boolean.md
Normal file
4
glossary/Boolean.md
Normal file
@ -0,0 +1,4 @@
|
||||
### Boolean
|
||||
|
||||
Booleans are one of the primitive data types in JavaScript.
|
||||
They represent logical data values and can only be `true` or `false`.
|
||||
Reference in New Issue
Block a user