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
functionfoo(x,y){if(x<y||(x>(y))){}return'of the jedi';}
Observe that the syntax coloring from "< y || onwards is incorrect, and for any further methods/code added after this function. (variables/functions are colored green).
Delete the brackets inside the if(....){ expression.
You can see that the syntax highlighting was previously incorrect, now it is fixed.