JavaScript Strings methods
Sep 10, 2021 路 5 min read 路 Strings are a data type in JavaScript (written within 'single'/"double" quotes). We can perform some basic operations on strings using in-built methods. Let's dive straight into them. 馃 1) str.length As you can understand from the name, the .lengt...
Join discussion



