#strings
Read more stories on Hashnode
Articles with this tag
A RegExp lover's dream (and also a cool playground) · match match() returns the result, in Array form, of matching a string against the regular...
Spoiler alert: JavaScript has a Unicode problem. · charAt The charAt() String object takes an optional index parameter and will return the character...
Ok, so join() isn't a String method but they look so good together! · Split Split() takes in a separator and an optional limit as parameters. The string...
Part 0 of the Series · On Strings Strings hold data in text form. They have a length property, and you can use + and += to easily concatenate them: let...