{"ScriptPreparationCode":"function JSONP_CALLBACK(data) {\r\n\tdocument.write(data);\r\n}","TestCases":[{"Name":"Lazy-load","Code":"const script = document.getElementById(\u0022jsonp-script\u0022);\r\nscript.setAttribute(\u0027src\u0027, script.dataset.src);","IsDeferred":false},{"Name":"Lazy-load (direct src update)","Code":"const script = document.getElementById(\u0022jsonp-script\u0022);\r\nscript.src = script.dataset.src;","IsDeferred":false},{"Name":"DOM Manipulation (sucks)","Code":"const script = document.createElement(\u0022SCRIPT\u0022);\r\nscript.src = \u0022https://www.kayak.com/h/mobileapis/directory/airlines/homework?jsonp=JSONP_CALLBACK\u0022","IsDeferred":false}]}