+ 1
What am I doing wrong with this JavaScript Array?
Iâm getting all sorts of Reference Errors and I donât know why. It works on a laptop (not in SL). https://code.sololearn.com/W8II69bfCC8b/?ref=app
2 Answers
0
Rora youâre using iOS, right? If so, the problem probably wonât show up on Android (cuz iOS SL honestly sucks), so put that in the question.
Also, wrapping the whole code in âwindow.onload = () => { code }â gets rid of the reference errors for me.