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
Could you please search in the issues ? This has been answered at least ten times.
Null check is only done if the variable isn't in the scope. Else it's useless
Hello,
Maybe I'm testing wrong, but this code:
Is outputing it:
I think that the correct output would be it:
Am I wrong?
In CoffeeScript.org, the example simulates exactly what I think, but the CoffeeScript "compiler" don't do it. (See Overview topic in CoffeeScript.org)
Thanks!
The text was updated successfully, but these errors were encountered: