JS: Boolean Object

By Xah Lee. Date: . Last updated: .

What is the Keyword “Boolean”

Boolean is the value of the property key "Boolean" of the Global Object .

window.Boolean === Boolean

Type

Type of Boolean is a function.

typeof Boolean === "function"

Parent

Parent of Boolean is Function.prototype.

Reflect.getPrototypeOf ( Boolean ) === Function.prototype 

Purpose

Purpose of Boolean is:

Boolean Constructor

Properties

JavaScript, Boolean

BUY ΣJS JavaScript in Depth