JavaScript > object methods > Flashcards
Object.keys(the object name)
Object.keys(country)
result: list of object properties
ctrl+L
Object.values(the object name)
Object.entries(the object name)