Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Як можна перевірити, чи є значення JSON об'єктом?
object.hasOwnProperty("property")
typeof object === "object"
object.property !== undefined
typeof object === "object" && object instanceof Object
object instanceof Object
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!