What is the best way to loop through elements like document.querySelectorAll('.calendar-table td .available') or className using Typescript?
I found many answers using Javascript but some of them with clearer code wasn't supported with all browsers (.forEach for examp but since Typescript compiles back to javascript, then there should be some nice solution working with all browsers? Thank you