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.
qux
quux
1 parent 6947138 commit c6b1a43Copy full SHA for c6b1a43
README.md
@@ -2702,7 +2702,7 @@ Other Style Guides
2702
// bad
2703
if (baz) {
2704
2705
- console.log(qux);
+ console.log(quux);
2706
} else {
2707
console.log(foo);
2708
@@ -2723,7 +2723,7 @@ Other Style Guides
2723
2724
// good
2725
2726
2727
2728
2729
}
0 commit comments