JSFiddle - React, Tailwind, and code Playground by TheDiamondDoge September 06, 2019 JavaScript 1.7 let x = { q: "Q", w: "W", e: "E" }; for (key in x) { console.log(key); }