Optimize minified JavaScript files even further

This script will remove all console statements from js file and replace them with 0 (zero number).This script was tested on three.js.min and its working…This is my effort to minimize final output… Read more

Similar

Start practicing OOP in JavaScript today

In this article, I will show you the fundamentals of object-oriented programming (OOP) in the JavaScript language. Of course, it is supposed to be just an introduction to this subject, but you will learn how to use objects, create entities, create in... (more…)

Read more »