Array

Array

Description:
  • The native JavaScript Array constructor. BajaScript extends it to add
    extra functionality.

Source:
See:

The native JavaScript Array constructor. BajaScript extends it to add
extra functionality.

Methods

contains(o) → {Boolean}

Description:
  • Returns true if the given value is contained in this array, checking
    with strict equality (===).

Source:
Parameters:
Name Type Description
o

the value to check for

Returns:
Type
Boolean