JavaScript tutorials added (medium)

This commit is contained in:
Brandon Morelli 2017-05-26 10:15:03 -07:00 committed by GitHub
parent 97780af1ef
commit 288c23a310

View file

@ -102,6 +102,7 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding
* Javascript [Docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
* Courses/Tutorials
* [JavaScript for Beginners - Understand the hard stuff](https://medium.com/@bmorelli25/javascript-for-beginners-a-new-series-22762d8e5c42)
* [Javascript for Beginners (1) EDX](https://www.edx.org/course/html5-part-1-html5-coding-essentials-w3cx-html5-1x-1)
* [Javascript for Beginners (2) EDX](https://www.edx.org/course/html5-part-2-advanced-techniques-w3cx-html5-2x-1)
* Javascript [The Right Way](http://jstherightway.org/)
@ -109,16 +110,21 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding
* [[Course Link]](http://courses.angularclass.com/courses/modern-javascript) [[Reddit Post]](https://www.reddit.com/r/learnjavascript/comments/4vz5y6/learn_modern_javascript_for_free_topics_covered/)
* Edabit - Learn JavaScript With Interactive Challenges: Earn XP, Unlock Achievements & Climb The Leaderboard
* [[Edabit - Website Link]](https://edabit.com/explore) [[Reddit Post]](https://www.reddit.com/r/learnprogramming/comments/5vc3gb/learn_javascript_with_interactive_challenges_earn/)
* [JavaScript - The keyword 'this' for beginners](https://hackernoon.com/javascript-the-keyword-this-for-beginners-fb5238d99f85)
* [Free Advanced JavaScript Courses - Learn Object Oriented Programming, Call Apply, and Bind, Testing, Functional Programming, and much more](https://www.rithmschool.com/courses#advanced-javascript)
* [Intermediate Course - Udacity - OOP JS](https://www.udacity.com/course/object-oriented-javascript--ud015)
* [JavaScript Tutorial](https://www.sololearn.com/Course/JavaScript/)
* Understanding Tougher Topics
* [JavaScript - The keyword 'this' for beginners](https://hackernoon.com/javascript-the-keyword-this-for-beginners-fb5238d99f85)
* [JavaScript - Arrow Functions for Beginners](https://hackernoon.com/javascript-arrow-functions-for-beginners-926947fc0cdc)
* [JavaScript for Beginners: The new Operator](https://hackernoon.com/javascript-for-beginners-the-new-operator-cee35beb669e)
* [Javascript: Learn Regular Expressions for Beginners](https://medium.com/@bmorelli25/javascript-learn-regular-expressions-for-beginners-bb6107015d91)
* [JavaScript Template Literals and Tag Functions for Beginners](https://hackernoon.com/javascript-template-literals-tag-functions-for-beginners-758a041160e1)
* [JavaScript & the spread operator](https://hackernoon.com/javascript-the-spread-operator-a867a71668ca)
* Projects
* [JS 30 For 30 - 30 Projects for 30 Days](https://javascript30.com/)
* [Learn to Code with Projects - enlight.ml](https://enlight.ml/)
* **[13 Weeks of JavaScript (Medium)](https://medium.com/@___aerox___/the-beginning-of-an-adventure-13-weeks-of-javascript-78107605d533#.xgqnrstd1)** - TONS of links to JS resources
* Articles/Books
* [Javascript: Learn Regular Expressions for Beginners](https://medium.com/@bmorelli25/javascript-learn-regular-expressions-for-beginners-bb6107015d91)
* [Recursion, Recursion, Recursion (Medium)](https://medium.freecodecamp.com/recursion-recursion-recursion-4db8890a674d#.dtkatvb6j)
* [Eloquent JS](http://eloquentjavascript.net/) - Free JavaScript Ebook
* [You don't know JS](https://github.com/getify/You-Dont-Know-JS) - Free, hosted on GitHub