Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Як можна створити новий об'єкт з прототипом myObj в JavaScript?
myObj
виберіть одну правильну відповідь
var newObj = myObj.clone();
var newObj = myObj.copy();
var newObj = Object.assign(myObj);
var newObj = Object.create(myObj);
var newObj = new Object(myObj);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!