Hello World
{"ScriptPreparationCode":null,"TestCases":[{"Name":"Vanilla get text","Code":"let text = document.querySelector(\u0022#foo\u0022).innerText;","IsDeferred":false},{"Name":"Shorthand get text","Code":"let text = DOC(\u0022#foo\u0022).innerText;","IsDeferred":false},{"Name":"Vanilla set text","Code":"document.querySelector(\u0022#foo\u0022).innerText = \u0022Hello There\u0022;","IsDeferred":false},{"Name":"Shorthand set text","Code":"DOC(\u0022#foo\u0022).innerText = \u0022Hello There\u0022;","IsDeferred":false}]}