.append(val)
Description
Append is a simple method that returns the input value you give it, but with a new value attached to the end.
Parameters
Append takes only one parameter, and will treat multiple parameters as one parameter
Usage On Arrays
Usage On Strings
Last updated
Was this helpful?