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
Platform: Darwin Bens-MacBook-Pro.local 17.7.0 Darwin Kernel Version 17.7.0: Thu Jun 21 22:53:14 PDT 2018; root:xnu-4570.71.2~1/RELEASE_X86_64 x86_64
$ node
> let i = (console.log(i), 0)
ReferenceError: i is not defined
> i
ReferenceError: i is not defined
> i = 3
ReferenceError: i is not defined
> let i = 4
SyntaxError: Identifier 'i' has already been declared
> i
ReferenceError: i is not defined
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: