News

Every variable has a data type that indicates what kind of data is being stored in a variable. There are two types of data types in JavaScript: ...
JavaScript also gives us a few Data Types that are used in more specific ways: Boolean, Undefined, Null, and Symbols. ## Boolean The Boolean Data Type has a value that is either `true` or `false`.