{"ScriptPreparationCode":"var container = document.getElementById(\u0022container\u0022);\r\nvar paragraph = document.createElement(\u0022p\u0022);\r\nvar div = document.createElement(\u0022div\u0022);\r\nvar section = document.createElement(\u0022section\u0022);","TestCases":[{"Name":"append","Code":"container.append(paragraph, div, section);","IsDeferred":false},{"Name":"appendChild","Code":"container.appendChild(paragraph);\r\ncontainer.appendChild(div);\r\ncontainer.appendChild(section);","IsDeferred":false}]}