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

169 B

title, tags
title tags
Boolean Boolean

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