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
Follow the Google JavaScript style guide. If you are not sure which style to use, follow the style of the existing code. If the style guide says to use a feature that does not exist in Internet Explorer 10, ignore it.
Update with instructions to clarify we are using ES6:
Follow the Google JavaScript style guide. New code should use ES6 language features like let, const, class, destructuring assignment, etc. where applicable.
When modifying existing code be consistent with whichever style is in use, but when writing new code ensure it complies with the new style guide, including using most ES6 features where applicable.
Where
Web Blockly Style Guide, "Don't" section
What
Old content
Suggested content
Update with instructions to clarify we are using ES6:
I suggest following this with a new section:
Change
var
tolet
:Additional context
See #5026.
The text was updated successfully, but these errors were encountered: