Casts the current number to a string, prepends val, and returns the combined string.
val
val — value to place in front (converted to string).
log 99.prepend("ID-") // "ID-99"
Last updated 3 months ago