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.
2 parents c82d063 + ccc176f commit 0436f86Copy full SHA for 0436f86
readme.md
@@ -292,15 +292,15 @@ The following sections outline a _reasonable_ style guide for modern JavaScript
292
function foo() {
293
let foo,
294
bar;
295
- if (condition) {
+ if ( condition ) {
296
bar = "";
297
// statements
298
}
299
300
// Good
301
302
let foo;
303
304
let bar = "";
305
306
0 commit comments