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
codexninja.hashnode.dev6 min read