String Polyfills & Common Interview Methods in JavaScript
Strings ! pretty easy right?
At first glance, string manipulation in JavaScript seems straightforward. Most developers are comfortable using built-in methods like:
str.includes()
str.trim()
str.toUppe
blog.anands.dev10 min read