JSFiddle - React, Tailwind, and code Playground
by Alexander
JavaScript
console.clear();
const hmap = ({})
console.log(hmap)
for(let key in hmap) {
console.log(key);
}
by Alexander
console.clear();
const hmap = ({})
console.log(hmap)
for(let key in hmap) {
console.log(key);
}