Skip to content

Commit c4efbc5

Browse files
authored
Add A re-introduction to JavaScript
1 parent 5911a20 commit c4efbc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This list is mainly about JavaScript – the language. Not about APIs, tooling,
3232

3333
## Articles & Tutorials
3434

35-
- [MDN JavaScript Guide](https://developer.mozilla.org/docs/Web/JavaScript/Guide) - Tutorials covering language basics.
35+
- [A re-introduction to JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript) - Compact introduction covering types, variables, operators, control structures, functions and closures. _*_
3636
- [JavaScript.info](http://javascript.info) - A modern tutorial from the basics to advanced topics with simple, but detailed explanations.
3737
- [Glossary of Modern JavaScript Concepts: Part 1](https://auth0.com/blog/glossary-of-modern-javascript-concepts/) - Learn the fundamentals of functional programming, reactive programming, and functional reactive programming in JavaScript.
3838
- [Glossary of Modern JavaScript Concepts: Part 2](https://auth0.com/blog/glossary-of-modern-javascript-concepts-part-2/) - Explains concepts like scope and closures, data flow, change detection, components, compilation, tree shaking.
@@ -44,6 +44,8 @@ This list is mainly about JavaScript – the language. Not about APIs, tooling,
4444
- [Chrome DevTools](https://developers.google.com/web/tools/chrome-devtools/) - Everything you need to know about the debugging tools built into Google Chrome.
4545
- [Pure functions](https://medium.com/javascript-scene/master-the-javascript-interview-what-is-a-pure-function-d1c076bec976) - Answers the question »What is a Pure Function?« epicly.
4646

47+
_* MDN offers a lot of [other guides](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide) for every level of knowledge to dig deeper._
48+
4749
## Free eBooks
4850

4951
- [Eloquent JavaScript](http://eloquentjavascript.net) – Covering the language and runtime specifics.

0 commit comments

Comments
 (0)