Added Javascript 30 Resource (#22683)

* Added Javascript 30 Resource

* Fixed grammar
This commit is contained in:
Alex Busch
2018-11-16 11:41:39 +02:00
committed by Manish Giri
parent 0d780bfc3b
commit fda88b8084

View File

@ -1,6 +1,7 @@
---
title: JavaScript Tutorials and Other Resources
---
* <a href="https://javascript30.com/" target='_blank' rel='nofollow'>Wes Bos's 30 Days of JavaScript</a>
* <a href='http://jsforcats.com/' target='_blank' rel='nofollow'>JavaScript for Cats</a>
* <a href='https://javascript.info/' target='_blank' rel='nofollow'>The Modern JavaScript Tutorial</a>
* <a href='https://github.com/DrBoolean/mostly-adequate-guide' target='_blank' rel='nofollow'>Professor Frisby's Mostly Adequate Guide to Functional Programming</a>