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
The JavaScript exception "identifier starts immediately after numeric literal" occurs when an identifier started with a digit. Identifiers can only start with a letter, underscore (_), or dollar sign ($).
We need to account for that and add an example.
The text was updated successfully, but these errors were encountered:
Current behavior
In v9 so far, we are not considering ids that start with underscore (
_
)Expected behavior
According to MDN
We need to account for that and add an example.
The text was updated successfully, but these errors were encountered: