JSFiddle - React, Tailwind, and code Playground
by JeffC
JavaScript
console.clear();
var test = {
TRUE: 1,
FALSE: -1,
MAYBE: 0
};
console.log(test.TRUE);
var Color = {
Red: "#FF0000",
Green: "#00FF00",
Blue: "#0000FF"
};
console.log(Color.Blue);