JSFiddle - React, Tailwind, and code Playground

by evgkch

JavaScript

const sym = Symbol('sym');

const obj = { [sym]: 1 };

console.dir(obj)