Score: 0 / 0 answered
Progress: 0 of 1519 qs
time elap: 00:00
Question 1: What is the output of `console.log(obj.hasOwnProperty('name'));` if `obj` is `{ name: 'John' }`?
Subject: 7. Objects and Object Methods in JavaScript Beginner Level
Difficulty: Medium