Map.prototype.forEach() does not work when creating html elements on Astro
I’m writing a small website on the Astro framework. I have a list of “Document Acceptance Points”. Previously, I just stored them in the variable offices = [ {} , {} , {} ]
. I output them to the frontend as follows: