JSFiddle - React, Tailwind, and code Playground
by clauswilke
JavaScript
let x = {'#FF00FF': 'magenta', '#FF0000': 'red'
}
for (let i in x) {
console.log(`${i`)
}
by clauswilke
let x = {'#FF00FF': 'magenta', '#FF0000': 'red'
}
for (let i in x) {
console.log(`${i`)
}