External: Array

Array

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

See:

Methods


contains(o)

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

Parameters:
Name Type Description
o

the value to check for

Returns:
Type
Boolean