diff --git a/resources/javascript/curated-links.md b/resources/javascript/curated-links.md index af9342b..9518b13 100644 --- a/resources/javascript/curated-links.md +++ b/resources/javascript/curated-links.md @@ -1,4 +1,4 @@ -# JavaScript resources +image# JavaScript resources Curated resources for developers learning JavaScript and looking to contribute to JavaScript open source projects. @@ -13,7 +13,7 @@ Curated resources for developers learning JavaScript and looking to contribute t Open a PR following [CONTRIBUTING.md](../../CONTRIBUTING.md). Branch name: `add-resource/your-name`. ## Learning the language - +- [Eloquent JavaScript](https://eloquentjavascript.net/) – A free online book that teaches JavaScript fundamentals - [JavaScript.info](https://javascript.info/) — Modern, deep tutorial covering the language end to end. - [MDN JavaScript Guide](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide) — The reference for what JavaScript actually does in browsers.