The new Keyword in JavaScript
Understanding new means understanding how JavaScript actually builds objects. It looks like magic — call a function with new, get a fully formed object back. But there are exactly four steps happening
javascriptcontent.hashnode.dev4 min read