String Polyfills and Common Interview Methods in JavaScript
At first, string methods in JavaScript feel very normal.
You use things like:
str.toUpperCase()
str.includes()
str.trim()
…and life goes on. You type them. They work.Simple.
But one day I stopped and
codexninja.hashnode.dev5 min read