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
The ++ gets put in the next row after the ], and apparently JavaScript doesn't like that. The ++ operator needs to be on the same row as the operand. This is a problem though, because the operators column is before the brackets column...