Skip to content

Instantly share code, notes, and snippets.

View webitall2019's full-sized avatar
🎯
Focusing

Ivan webitall2019

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