Milo Copps

Milo is a fourth grader at Hoover Elementary School. He has appeared in the Bills Hallmark movie and also a William Mattar commercial. This is his first show. Thank you to his Mom, Dad, brother Noah, dog Gilly, and to Chris Handley for this opportunity.

document.addEventListener("DOMContentLoaded", function dumpDups() { const rr = new Set(); for (const div of document.querySelectorAll(".w-dyn-item")) { if (rr.has(div.textContent.trim())) { div.parentNode.removeChild(div); } rr.add(div.textContent.trim()); } dumpDups(); });