JSFiddle - React, Tailwind, and code Playground
by Mark
JavaScript
var test = {ntid: "bthorn", AuthGroup: "admin", DOCCCOGroup: "sst"};
alert(test["ntid"]);
by Mark
var test = {ntid: "bthorn", AuthGroup: "admin", DOCCCOGroup: "sst"};
alert(test["ntid"]);