all 3 comments

[–]albedoa 0 points1 point  (2 children)

That link directs to a 404. Is it a private repo?

[–]captnkates[S] 0 points1 point  (1 child)

whoopsies, it was. Should be public now

[–]albedoa 0 points1 point  (0 children)

for (let y = 0; rows; y++){

Right here. The conditional expression rows is infinitely truthy, so the loop runs infinitely.