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
In JS, with
a?(b):c
the "a" is incorrectly coloured as a function, perhaps because it's thinking of it as a?.(b) however there is no dot in use here
David
In JS, with
a?(b):c
the "a" is incorrectly coloured as a function, perhaps because it's thinking of it as a?.(b) however there is no dot in use here
David