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 discovered just now that you can break up a line but not after the word RETURN b/c a semicolon is invisibly created for you. For example, line 9 here has to at least have something after return, on the same line, otherwise, JS implies a semicolon and just instantly returns