Javascript debugger Website design ↑
OCI-Collection { bool append(mixed value);}
bool append(mixed value);
Appends element to the end of the collection.
The value to be added to the collection. Can be a string or a number.
Returns TRUE on success or FALSE on failure.
TRUE
FALSE
Javascript debugger Website design