{"ScriptPreparationCode":"window.foo = {\r\n\tone: \u0027one\u0027,\r\n \ttwo: \u0027two\u0027,\r\n \tthree: \u0027three\u0027,\r\n \tfour: \u0027four\u0027,\r\n \tfive: \u0027five\u0027\r\n};","TestCases":[{"Name":"Object.keys.filter","Code":"Object.keys(window.foo).filter(key =\u003E window.foo[key])","IsDeferred":false},{"Name":"Object.values.join","Code":"Object.values(window.foo ?? []).join(\u0027\u0027);","IsDeferred":false}]}