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
Great project @crubier! 👏
I found one issue when code has variables declared without value, for example:
constmyFunction=(x)=>{lety;}
Will return the following error:
Cannot read property 'type' of null
The text was updated successfully, but these errors were encountered:
carlosrberto
changed the title
Error when code variables initialized without value;
Error when code variables are initialized without value;
Jan 18, 2019
Great project @crubier! 👏
I found one issue when code has variables declared without value, for example:
Will return the following error:
The text was updated successfully, but these errors were encountered: