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 job writing guide doesn't really explain that regular JS function calls at the top level don't work. You can't do console.log, for example, unless inside an operation.
We might also list what statements you can put at the top (basically variable declarations) and which you can't
The text was updated successfully, but these errors were encountered:
The job writing guide doesn't really explain that regular JS function calls at the top level don't work. You can't do console.log, for example, unless inside an operation.
We might also list what statements you can put at the top (basically variable declarations) and which you can't
The text was updated successfully, but these errors were encountered: