JSFiddle - React, Tailwind, and code Playground

by ppgab

Babel + JSX

const obj = {
"a": 10,
"b": 0,
"c": 1,
"d": 2,
"e": 3,
"f": 4,
"g": 5,
"h": 6,
"i": 7,
"j": 8,
"0": 9,
}

console.log(Object.entries(obj), Object.keys(obj), Object.values(obj))