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
One way you can check which version an API was added in is to look it up in devdocs (e.g. https://devdocs.io/javascript/global_objects/string/padstart) and scroll to the specifications section. If it's ES5 you should see ECMAScript 5.1 listed in the specifications.
We could also consider targeting a later version of JS.
The text was updated successfully, but these errors were encountered:
One way you can check which version an API was added in is to look it up in devdocs (e.g. https://devdocs.io/javascript/global_objects/string/padstart) and scroll to the specifications section. If it's ES5 you should see ECMAScript 5.1 listed in the specifications.
We could also consider targeting a later version of JS.
The text was updated successfully, but these errors were encountered: