Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What methods do you know of creating objects inJava Script? Choose the correct answer.
What methods do you know of creating objects in
Java Script? Choose the correct answer.
const obj = new Object.create();
const obj = {key: "value"};
using the constructor function
using the class
const obj = Object.assign();
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!