...

/

Introduction to Boolean Data Types

Introduction to Boolean Data Types

Learn more about Boolean data types in JavaScript.

We'll cover the following...

Previously, we looked at the primitive values of strings and numbers. Now let’s take a closer look at Booleans, another primitive data type, and find out how we can use them to control the flow of a program.

Booleans

Recall ...