You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i just realized why the opening write('[') was outside the forEach... if the array has a length of 0 it will be wrong. i should have a fix for it tomorrow.
The text was updated successfully, but these errors were encountered:
i just realized why the opening
write('[')
was outside the forEach... if the array has a length of 0 it will be wrong. i should have a fix for it tomorrow.The text was updated successfully, but these errors were encountered: