We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Update example `class` syntax to account for Prettier-formatting
Updated Style Guide (markdown)
ES6 and general updates
Don't mention ES6 classes, since they should *not* be used everywhere in the code base until https://bugzilla.mozilla.org/show_bug.cgi?id=1167472 is fixed; and use shorthand notation for methods as well as objects (https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Operators/Object_initializer#New_notations_in_ECMAScript_2015).
Revert fdf04ea^...fdf04ea on Style Guide
Updates to make this easier to read and add a small introduction
Strict equalities are now enforced
Fixing double title
Removing note about single-line control statements
clarify how to break long function declarations and that making a newline between function declarations should be made
Minor textual fixes
Add a note regarding strict equalities