HenrikJoreteg / HenrikJoreteg/human-javascript
Error in a Models chapter example
Open
bug
- Dominant language
- CSS
- Stars
- 82
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
I've found a mistake in a code example in the 06-Models chapter, in the line 214.
You're requiring the widget collection file in this way:
```
var WidgetCollection = require('models/widgets');
```
But the file's real name is `models/widgetCollection.js`, as we can see in the line 171.
Btw, that's one of the best JS book that I've ever read. Congrats!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.