concat() and repeat()
Concat
concat() will take N strings as parameters, combine them, and return the combined text. It works pretty much like using the + operator, but this time around if the arguments are not really Strings they will be converted directly to strings.
le...
raissa.hashnode.dev2 min read