The new Keyword in JavaScript
Mar 25 · 5 min read · Have you ever seen code like this and wondered what on earth new does?
const myCar = new Car("Tesla", "red");
You're not alone. Most tutorials throw around words like "constructor," "prototype," "ins