Nikhil Kumar Patranikhilkumarpatra47.hashnode.dev·Oct 9, 2022Object.keys(), .values(), .entries()Introduction We have explored .keys(), .values(), .entries() in Maps and Sets before. These methods are also available for Objects, though the syntax is slightly different. Object.keys(), Object.values(), Object.entries() Object.keys() - returns an ...Objects