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 4400753 commit 92fa3c7Copy full SHA for 92fa3c7
README.md
@@ -876,7 +876,7 @@
876
877
```javascript
878
// bad
879
- function user(options){
+ function user(options) {
880
this.name = options.name;
881
}
882
@@ -885,7 +885,7 @@
885
});
886
887
// good
888
- function User(options){
+ function User(options) {
889
890
891
0 commit comments