The new Keyword in JavaScript
When I first saw this in JavaScript: const user = new User(); …I used to just accept it and move on. Like okay cool, new creates something. But then a question hit me: What is actually happening behi
May 7, 20266 min read4

