Content
Content
Content
{"ScriptPreparationCode":"var container = document.getElementById(\u0027container\u0027);","TestCases":[{"Name":"remove firstChild","Code":"while (container.firstChild) {\r\n container.firstChild.remove(); \r\n}","IsDeferred":false},{"Name":"remove lastChild","Code":"while (container.lastChild) {\r\n container.lastChild.remove(); \r\n}","IsDeferred":false}]}