The Comprehensive List of JavaScript String Methods (Part 1)

We look at every method that we can use to manipulate strings

John Au-Yeung
Better Programming
Published in
8 min readNov 29, 2019

--

Photo by Raychan on Unsplash

Strings are an important global object in JavaScript. They represent a sequence of characters. They can be used by various operators, like comparison operators, and there are various methods that can be used to manipulate them. There are different ways to…

--

--