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
It would be nice to move in the opposite direction, even though it's not so obvious how exactly to do that.
There are cases where upper case ids, or non-standard ids, are necessary, such as for components.
Wondering whether there is a way to legitimise the legitimate use cases without the free-for-all quoted thing which is really not recommended unless there's no other way.
does two things: it defines an anonymous function, and binds it to variable foo.
One could imagine some mechanism to specify the name of the function seen by console.log(foo.name).
E.g.
completes to
X.Foo
instead ofX.\"Foo"
.The text was updated successfully, but these errors were encountered: