removeObject

Description

Removes an object from an array.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

var

The name of the array.

String/Text

-

-

Yes

key

The index of the array to remove the object from.

String/Text

-

-

Yes

Output

DescriptionOutput Type

The updated array with the object removed.

Array/List

Callback

N/A

Video

Coming Soon.

Example

Coming Soon.

Steps

Coming Soon.

Result

Coming Soon.

Last updated