JavaScript
How to find the version of a globally installed NPM package
Sometimes, you really want to know the version of a globally installed NPM package. That's the position I found myself…
JavaScript Array Push Performance
This is a short response I wrote to a question on /r/javascript. The user who asked it was curious whether…
JavaScript indexOf vs includes performance
This is a short response I wrote to a question on /r/javascript. The user who asked it was curious whether there…
How do JavaScript arrays work under the hood?
Front-end and full-stack developers use JavaScript arrays every day. Most of them, however, haven't done a deep dive to understand…