Skip to content

Instantly share code, notes, and snippets.

/**********************************
Object.keys(obj)
Object.values(obj)
Object.entries(obj)
Create an iterable object from the Object
**********************************/
let westeros = {
cersei: 'Lannister',
arya: 'Stark',