// bllopcks const heading = document.createElement("h3"); const headingText = document.createTextNode("Snatch grab"); heading.appendChild(headingText); const mydiv = document.body.querySelector("#test-container") mydiv.appendChild(heading); var i; for (i = 0; i < 15; i++) { }