Files
30-seconds-of-code/glossary/Boolean.md
2019-08-13 11:19:29 +03:00

8 lines
169 B
Markdown

---
title: Boolean
tags: Boolean
---
Booleans are one of the primitive data types in JavaScript.
They represent logical data values and can only be `true` or `false`.