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.
1 parent f91e83e commit 99bf847Copy full SHA for 99bf847
README.md
@@ -963,7 +963,7 @@
963
// bad
964
this.__firstName__ = 'Panda';
965
this.firstName_ = 'Panda';
966
-
+
967
// good
968
this._firstName = 'Panda';
969
```
@@ -1345,6 +1345,7 @@
1345
1346
This style guide is also available in other languages:
1347
1348
+ - **German**: [timofurrer/javascript-style-guide](https://github.com/timofurrer/javascript-style-guide)
1349
- **Japanese**: [mitsuruog/javacript-style-guide](https://github.com/mitsuruog/javacript-style-guide)
1350
1351
## <a name='guide-guide'>The JavaScript Style Guide Guide</a>
0 commit comments