String Methods & Polyfills (Why You Should Care a Bit)
We use strings all the time in JavaScript.
But most of the time, we just call methods like .slice() or .toUpperCase() without thinking how they actually work.
What string methods are
String methods a
kumar-rishabh.hashnode.dev2 min read