JSFiddle - React, Tailwind, and code Playground

by John Allan

JavaScript

var x, obj;

x = 2;

obj = {
	RecordCount: x = 15
};

alert(obj.RecordCount)