From 1e4ba2d7e6a9d25a824a6f8e57c6ee25f2ab63ba Mon Sep 17 00:00:00 2001 From: Ryan Christiani Date: Tue, 31 Jan 2017 10:56:11 -0500 Subject: [PATCH] Adds Lets Learns ES6 to javascript doc --- learning/javascript.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/learning/javascript.md b/learning/javascript.md index 01dd8162..2e329b90 100644 --- a/learning/javascript.md +++ b/learning/javascript.md @@ -37,6 +37,8 @@ * [JavaScript with Promises](http://www.amazon.com/JavaScript-Promises-Daniel-Parker/dp/1449373216/ref=pd_sim_sbs_14_5) [read][$] * [Test-Driven JavaScript Development](http://www.amazon.com/dp/0321683919/) [read][$] * [JS MythBusters](https://mythbusters.js.org/index.html) [read] +* [Let's Learn ES6 - Videos](https://www.youtube.com/playlist?list=PL57atfCFqj2h5fpdZD-doGEIs0NZxeJTX) [watch] +* [Let's Learn ES6 - Book](https://letslearnes6.com/) [read][$] ##### Functional JavaScript: