JS

Objects in JavaScript - A certain property exists ...

6.

Which of the following methods can be used to check if a certain property exists in an object in JavaScript?

Object.keys()

Object.values()

Object.hasOwnProperty()

Object.entries()