Skip to content

Commit cda44da

Browse files
morninjljharb
andcommittedAug 1, 2023
[guide] Add commas to Truth, Equality, and JavaScript
Co-authored-by: Jordan Harband <ljharb@gmail.com>
1 parent 2fc5e2d commit cda44da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2073,7 +2073,7 @@ Other Style Guides
20732073
```
20742074
20752075
<a name="comparison--moreinfo"></a><a name="15.4"></a>
2076-
- [15.4](#comparison--moreinfo) For more information see [Truth Equality and JavaScript](https://javascriptweblog.wordpress.com/2011/02/07/truth-equality-and-javascript/#more-2108) by Angus Croll.
2076+
- [15.4](#comparison--moreinfo) For more information see [Truth, Equality, and JavaScript](https://javascriptweblog.wordpress.com/2011/02/07/truth-equality-and-javascript/#more-2108) by Angus Croll.
20772077
20782078
<a name="comparison--switch-blocks"></a><a name="15.5"></a>
20792079
- [15.5](#comparison--switch-blocks) Use braces to create blocks in `case` and `default` clauses that contain lexical declarations (e.g. `let`, `const`, `function`, and `class`). eslint: [`no-case-declarations`](https://eslint.org/docs/rules/no-case-declarations)

0 commit comments

Comments
 (0)
Failed to load comments.