Blog
JavaScript – String.prototype.expandTabs() Revisited
New & Improved Definition Last year I wrote a version of this function which was to mimic the Python expandtabs function. The funny thing is I didn’t remember that I wrote the function in the first place. Therefore while working on a project, I wrote the following function which is Read more…