└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # awesome-javascript-reads 2 | 3 | > :notebook_with_decorative_cover: :books: Some awesome :sparkles: javascript reads by me :ghost: 4 | 5 | (1) [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) - Indepth :heart_eyes: Javascript by [Kyle Simpson](https://github.com/getify/) 6 | 7 | (2) [Functional Light JS](https://github.com/getify/Functional-Light-JS) - :sunglasses: Functional Javascript by [Kyle Simpson](https://github.com/getify/) 8 | 9 | (3) [ES6 Articles](https://github.com/wesbos/es6-articles) - :grin: Awesome ES6 posts by [Wes Bos](https://github.com/wesbos) 10 | 11 | (4) [Speaking Javascript](http://speakingjs.com/es5/index.html) - :purple_heart: An In-Depth Guide for Programmers who want to learn Javascript by [Dr.Axel Rauschmayer](https://github.com/rauschma) 12 | 13 | (5) [Exploring ES6](http://exploringjs.com/es6/index.html) - :zap: An In-Depth book on ECMAScript 6, for JavaScript programmers by [Dr.Axel Rauschmayer](https://github.com/rauschma) 14 | 15 | (6) [Exploring ES2016 and ES2017](http://exploringjs.com/es2016-es2017/index.html) - :tropical_fish: An In-Depth book on ECMAScript 2016-2017, for JavaScript programmers by [Dr.Axel Rauschmayer](https://github.com/rauschma) 16 | 17 | (7) [Understanding ES6](https://github.com/sgaurav/understanding-es6) - Simple examples to help you understand ES6 :wink: by [Gaurav Singh](https://github.com/sgaurav) 18 | 19 | (8) [Getting Started with ECMAScript 6](http://es6.ruanyifeng.com/) - :jack_o_lantern: "ECMAScript 6 Getting Started" is an open source JavaScript language tutorial, a comprehensive introduction to the new ECMAScript 6 introduced the syntax characteristics by [Ruan YiFeng](https://github.com/ruanyf) written in *Chinese*. I have used Google Translate [Chrome Plugin](https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb) to translate to English 20 | 21 | (9) [ECMAScript 6 in Node.JS](https://github.com/JustinDrake/node-es6-examples) - :santa: This text introduces and illustrates, with simple examples, ECMAScript 6 (ES6 for short) features natively available in Node by [Justin](https://github.com/JustinDrake) 22 | 23 | (10) [ECMAScript 6 Complete Tutorial](http://qnimate.com/post-series/ecmascript-6-complete-tutorial/) - :name_badge: Complete ES6 Tutorials by [Narayan Prusty](http://qnimate.com/author/narayanrusty/) 24 | 25 | (11) [Practical ES6](https://ponyfoo.com/books/practical-es6/chapters#toc) - :pizza: A Practical Dive into ES6 and Maintainable JavaScript Modules by [Nicolás Bevacqua](https://github.com/bevacqua) 26 | 27 | (12) [ES6 in 350 bullet points](https://github.com/bevacqua/es6) - :star2: ES6 Overview in 350 Bullet Points by [Nicolás Bevacqua](https://github.com/bevacqua) 28 | 29 | (13) [Javascript Stories](http://samalgorai.com/story/js-stories) - :large_blue_diamond: Javascript explained using Stories by [Samal Gorai](https://github.com/samal) 30 | 31 | (14) [Javascript Garden](http://bonsaiden.github.io/JavaScript-Garden/) - :fire: Growing collection of documentation about the most quirky parts of the JavaScript programming language by [Ivo Wetzel](https://github.com/bonsaiden) 32 | 33 | (15) [Easiest Javascript Posts](http://ngninja.com/tag/javascript/) - :green_heart: Clear. Concise. And Easy to Understand Javascript Blog Posts by [Shardul Bagade](http://www.shardulbagade.com/) 34 | 35 | (16) [PonyFoo](https://ponyfoo.com/) - :kissing_cat: A Blog about the open web, highlighting the most important news every Thursday by [Nicolás Bevacqua](https://github.com/bevacqua) 36 | 37 | (17) [JS Recipes](http://sahatyalkabov.com/jsrecipes/#!/) - :cupid: JavaScript tutorials for backend and frontend development by [Sahat Yalkabov](https://github.com/sahat) 38 | --------------------------------------------------------------------------------