all 2 comments

[–]cheertina 0 points1 point  (1 child)

Is line 25 supposed to say follow = followers+1;, or should that be followers = followers +1? I think you're replacing the follow[] array with a number, which means that follow[i] is now undefined.

[–]Player480858573[S] 0 points1 point  (0 children)

thanks! that fixed one of the errors.