Boolean Array

An array with only boolean values is called Boolean Array.

Example

In the following example, we initialize an Array with only boolean values, and access its elements using index.

index.html