Objective: Create an array and add a new element to the end of it.
Instructions:
Define the Array:
Create an array variable named
numbersand assign it the initial values[1, 2, 3].
Add an Item:
Using a filter, add the number
4to the end of the arraynumbers.
Submit the updated array contained in the variable
numbers.
Expected Result:
Submit the variable numbers as your answer. See example below:
Install the snippet to get started: https://www.xano.com/snippet/XwN5GThx