From 1a4c665e9cdf49c16a8f19e72a39f33f40da8388 Mon Sep 17 00:00:00 2001 From: Cam Hardy Date: Sat, 7 Oct 2017 02:14:45 -0600 Subject: [PATCH] Added link to Udacity course in Complementary Resources (#66) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06033db..497c022 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ When you struggle to understand a notion, I suggest you look for answers on the - [You don't know JS (book)](https://github.com/getify/You-Dont-Know-JS) - [ES6 Features with examples](http://es6-features.org) - [WesBos blog (ES6)](http://wesbos.com/category/es6/) +- [Javascript Basics for Beginners](https://www.udacity.com/course/javascript-basics--ud804) - a free Udacity course - [Reddit (JavaScript)](https://www.reddit.com/r/javascript/) - [Google](https://www.google.com/) to find specific blog and resources - [StackOverflow](https://stackoverflow.com/questions/tagged/javascript)