add javaScript resource (#21277)

added 'learn X in Y minutes (X = JavaScript)' link.
pull/22053/head^2
Abdul Ghaffar 2018-11-10 10:55:25 -05:00 committed by Christopher McCormack
parent 8c0a667e37
commit 849277da75
1 changed files with 2 additions and 0 deletions

View File

@ -15,8 +15,10 @@ title: JavaScript Tutorials and Other Resources
* <a href='http://www.codeconquest.com/blog/top-50-websites-to-learn-javascript/' target='_blank' rel='nofollow'>The 50 Best Websites to Learn JavaScript</a>
* <a href='https://www.codementor.io/community/topic/javascript' target='_blank' rel='nofollow'>Codementor JavaScript tutorial</a>
* <a href='http://youmightnotneedjquery.com/' target='_blank' rel='nofollow'>You Might Not Need jQuery</a>
* <a href='https://learnxinyminutes.com/docs/javascript/' target='_blank' rel='nofollow'>Learn X in Y minutes (X = JavaScript)</a>
* <a href='http://javascriptbook.com/' target='_blank' rel='nofollow'>JavaScript and jQuery: interactive front-end web development</a>
## References
* [Mozilla Developer Network (MDN)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)