{"ScriptPreparationCode":"window.obj = {};\r\n\r\nfor (var i = 0, len = 100; i \u003C len; i\u002B\u002B) {\r\n obj[\u0027key\u0027 \u002B i] = \u0027value\u0027 \u002B i;\r\n}","TestCases":[{"Name":"_.isEmpty","Code":"_.isEmpty(window.obj);","IsDeferred":false},{"Name":"https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore#_isempty","Code":"const checkEmpty = obj =\u003E [Object, Array].includes((obj || {}).constructor) \u0026\u0026 !Object.entries(obj || {}).length;\r\n\r\ncheckEmpty(window.obj)","IsDeferred":false}]}