Andrew Giandomenico

Andrew Giandomenico (he/him) is super excited to be a part of Alleyway's A CHRISTMAS CAROL. Andrew is currently a senior at SUNY Fredonia studying to get his BFA in Musical Theatre. Previous Fred credits include: THE LIGHTNING THIEF, THE GREAT COMET OF 1812 and RADIUM GIRLS. He would like to thank his family, friends, cast, and crew for their support and shared excitement with this show! IG: @andrew.varso

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(); });