Skip to content

Commit f01bc84

Browse files
authored
Update section »JavaScript References«
Closes #55
1 parent c0adad4 commit f01bc84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ This list is mainly about JavaScript - the language. Not about APIs, tooling, fr
2626

2727
## JavaScript References
2828

29-
- [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference) - Simply the best language reference.
29+
- [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference) - Simply the most extensive and up to date language reference.
3030
- [DevDocs](http://devdocs.io/javascript) - Search MDN comfortably. Even offline.
31+
- [JavaScript Notes & Reference](https://wesbos.com/javascript) - Detailed reference with code examples. Divided into topics covering basic and advanced subjects.
3132
- [Simplified JavaScript Jargon](http://jargon.js.org) - Glossary which explains all the buzzwords from the JavaScript eco system.
3233
- [Functional Programming Jargon](https://functional.works-hub.com/blog/Functional-Programming-Jargon) - Explains terms used in functional programming in the JavaScript context.
33-
- [Modern JavaScript Cheatsheet](https://github.com/mbeaudru/modern-js-cheatsheet) - Helps developers with basic knowledge to get familiar with modern codebases.
3434
- [ECMAScript® Language Specification](http://ecma-international.org/publications/standards/Ecma-262.htm) - The standard JavaScript is based on. Only for very advanced learners.
3535

3636
## Articles & Tutorials

0 commit comments

Comments
 (0)