JSFiddle - React, Tailwind, and code Playground

by simevidas

JavaScript

var a = { 'a':1,'b':2,'c':3 };

document.write( Object.keys(a).length );