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: