Workshop.codes
Create

Array Last updated November 26, 2024

Description

An array constructed from the listed values. Each array can hold up to 1000 elements, [0]-[999].

Snippet

Array(Null);

Properties

Returns: Array
Parameters: [0]

[0]
Type: Object | Array, Default: Null
The value that will be stored in the array at index [0].

Workshop.codes