The type boolean contains only two values: the special values true and false.
true
false
const isOn = true; console.log(isOn);