Add values to an array
The array to add a value to
The value to be added to the above array
The variable to assign the updated array to. It can be the same array that you used to add the value. (Most times it would be)
Returns the last output
Last updated 3 years ago