The new Keyword in JavaScript
At some point in JavaScript, you’ll come across code like this:
const user = new User("Alex", 25);
That small word new is doing a lot more than it seems.
Understanding what new actually does will giv
blog.sandipan.ch4 min read