Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
How do you create an object using a constructor function in JavaScript?
create Person("Viktor", 28);
new Person("Viktor", 28);
Person("Viktor", 28);
Person.new("Viktor", 28);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!