Please stop using Classes in JavaScript and become a better developer

In this article I will talk about why it is a bad idea to use classes in JavaScript, and what are some of the alternatives. Read more

Similar

How to Think About JavaScript Security

JavaScript has no security model. The runtime environments do. This post is a primer on how to think about JavaScript code security in Web browsers and Node.js. How Browsers Execute JavaScript Code?JavaScript was created to add interactivity to HTML pages... (more…)

Read more »