JSFiddle - React, Tailwind, and code Playground

by Steven Bey

JavaScript

var test = {
	name: "foo"
}

Object.defineProperty(test, "bar", { value: "test" });

console.log(Object.keys(test));