Skip to content

Commit

Permalink
Fixed *Eric Elliott's Essential Javascript Links* 404 link
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovidiu Voicu committed Sep 7, 2017
1 parent c8ac670 commit 5b0a0b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ All of the links in this collection are worth reading, but there's obviously a L
[Mozilla Developer Network: A Re-Introduction to Javascript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript)
Mozilla maintains a fantastic set of developer resources for Web technologies, including a comprehensive reference to the Javascript language and a number of associated tutorials. Their "reintroduction to Javascript" article is a great overview of what the language looks like.
- [Eric Elliott's Javascript Resource Lists](https://medium.com/javascript-scene/10-priceless-resources-for-javascript-learners-bbf2f7d7f84e)
[Eric Elliott's Essential Javascript Links](https://github.com/ericelliott/essential-javascript-links)
[Eric Elliott's Essential Javascript Links](https://gist.github.com/ericelliott/d576f72441fc1b27dace/0cee592f8f8b7eae39c4b3851ae92b00463b67b9)
Eric Elliott is a strong proponent of Javascript, has written numerous articles about learning and understanding Javascript, and assembled some very useful lists of numerous Javascript resources. (Strong opinions, but has useful info.)
- [Wes Bos's Javascript Resource List](http://wesbos.com/learn-javascript)
Speaker and teacher Wes Bos gives links to a number of resources for learning Javascript
Expand Down
2 changes: 1 addition & 1 deletion javascript-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ While this list is primarily focused on learning React and Redux, and generally

- **Eric Elliott's Javascript Resource Lists**
https://medium.com/javascript-scene/10-priceless-resources-for-javascript-learners-bbf2f7d7f84e
https://github.com/ericelliott/essential-javascript-links
https://gist.github.com/ericelliott/d576f72441fc1b27dace/0cee592f8f8b7eae39c4b3851ae92b00463b67b9
Eric Elliott is a strong proponent of Javascript, has written numerous articles about learning and understanding Javascript, and assembled some very useful lists of numerous Javascript resources. (Note that he is very strongly opinionated in his own articles, particularly about certain code patterns that he feels everyone should follow, but overall his advice and information is pretty solid.)

- **Wes Bos's Javascript Resource List**
Expand Down

0 comments on commit 5b0a0b8

Please sign in to comment.