newArray

Description

Creates an empty array.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

var

The name of the new array.

String/Text

-

-

Yes

Output

DescriptionOutput Type

Returns the new empty array.

Array/List

Callback

N/A

Video

Coming Soon.

Example

The user wants to create a new array.

Step

  1. Call the function"newArray" and set the variable name. var: listOfFruits

  2. Add a console and call the function "getVar"

Result

User create a new array successfully.

Last updated