.insert(location,val)
Description
Insert is a method that puts a value into a string, object or an array at a location
Parameters
Insert takes the location to insert a value and the value to insert as parameters.
Usage On Arrays
Usage On Strings
Usage On Objects
Last updated
Was this helpful?