Allen Wirfs-Brock (2014-12-03T18:54:59.000Z)
d at domenic.me (2014-12-08T21:42:09.864Z)
```js for (key of Reflect.ownKeys(myObj)) { //Do something with key or myObj[key] } ```
```js for (key of Reflect.ownKeys(myObj)) { //Do something with key or myObj[key] } ```