String Polyfills & Interview Methods in JavaScript: Think Beyond Built-ins
Why should we care about string methods?
Strings are everywhere.
User names
Messages
API responses
Form inputs
And JavaScript gives us many built-in methods like:
"hello".toUpperCase();
"hello w
stringpolyfillsinterviewmethodsinjavascriptthinkbeyondbuilt-ins.hashnode.dev4 min read