JSFiddle - React, Tailwind, and code Playground

by TheDiamondDoge

JavaScript

var test = {
	here: "I am",
};

alert(test.hasOwnProperty("here"))