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