String Polyfills and Common Interview Methods in JavaScript
In JavaScript we use string methods all the time. includes(), slice(), toUpperCase() we just use them and move on. But in interviews or real problem solving, you might get asked: how does this work in
Mar 24, 20263 min read1
