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 difference between a function and a variable declaration is that a function beings with `(` after the identifier, while variables are declared finishing with an assignment (which can be an expression).
This might require further tinkering.
TODO: deal with scopes!
0 commit comments