JavaScript Associate — Easy
Key points
- The `new` keyword is essential for creating instances of constructor functions
- It ensures that the new object inherits properties and methods from the constructor's prototype
- `this` refers to the newly created object within the constructor function
Ready to go further?
Related questions
