Files
30-seconds-of-code/glossary/Boolean.md
Angelos Chalaris 3cd3257c90 Create Boolean.md
2018-07-24 13:16:19 +03:00

144 B

Boolean

Booleans are one of the primitive data types in JavaScript. They represent logical data values and can only be true or false.