Game Development Reference
In-Depth Information
+ num);
newItem.innerText = "Block #" + num + ",
built by " + builtBy;
newItem.classList.add("block");
document.querySelector("ul").appendChild(newItem);
}
Search WWH ::




Custom Search