diff --git a/README.md b/README.md index 89af0d8..2a63f44 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,15 @@ You can find all the books listed below in [**book**](/book) folder of this repo * Angular Test-Driven Development - Second Edition [[Download]](/book/Angular%20Test-Driven%20Development%20-%20Second%20Edition.pdf) * AngularJS Essentials [[Download]](/book/AngularJS%20Essentials.pdf) +* Become a ninja with Angular 2 [[Download]](/book/Become%20a%20ninja%20with%20Angular%202.pdf) * Beginning HTML and CSS [[Download]](/book/Beginning%20HTML%20and%20CSS.pdf) * Beginning JavaScript [[Download]](/book/Beginning%20JavaScript.pdf) * CoffeeScript Application Development Cookbook [[Download]](/book/CoffeeScript%20Application%20Development%20Cookbook.pdf) * CSS Framework Alternatives - Explore Five Lightweight Alternatives to Bootstrap and Foundation with Project Examples [[Download]](/book/CSS%20Framework%20Alternatives%20-%20Explore%20Five%20Lightweight%20Alternatives%20to%20Bootstrap%20and%20Foundation%20with%20Project%20Examples.pdf) * CSS3 - The Missing Manual - Third Edition [[Download]](/book/CSS3%20-%20The%20Missing%20Manual%20-%20Third%20Edition.pdf) * Dependency Injection with AngularJS [[Download]](/book/Dependency%20Injection%20with%20AngularJS.pdf) +* Effective JavaScript - 68 Specific Ways to Harness the Power of JavaScript [[Download]](/book/Effective%20JavaScript%20-%2068%20Specific%20Ways%20to%20Harness%20the%20Power%20of%20JavaScript.pdf) +* Expert JavaScript [[Download]](/book/Expert%20JavaScript.pdf) * Front-End Reactive Architectures [[Download]](/book/Front-End%20Reactive%20Architectures.pdf) * Functional JavaScript - Introducing Functional Programming with Underscore.js [[Download]](/book/Functional%20JavaScript%20-%20Introducing%20Functional%20Programming%20with%20Underscore.js.pdf) * Functional Programming in JavaScript [[Download]](/book/Functional%20Programming%20in%20JavaScript.pdf) @@ -28,6 +31,7 @@ You can find all the books listed below in [**book**](/book) folder of this repo * JavaScript - Functional Programming for JavaScript Developers [[Download]](/book/JavaScript%20-%20Functional%20Programming%20for%20JavaScript%20Developers.pdf) * JavaScript - The Definitive Guide, 6th edition - 中文 [[Download]](/book/JavaScript%20-%20The%20Definitive%20Guide%2C%206th%20edition%20-%20%E4%B8%AD%E6%96%87.pdf) * JavaScript - The Definitive Guide, 6th edition [[Download]](/book/JavaScript%20-%20The%20Definitive%20Guide%2C%206th%20edition.pdf) +* JavaScript - The Good Parts [[Download]](/book/JavaScript%20-%20The%20Good%20Parts.pdf) * jQuery Design Patterns [[Download]](/book/jQuery%20Design%20Patterns.pdf) * Learning Bootstrap 4 - Second Edition [[Download]](/book/Learning%20Bootstrap%204%20-%20Second%20Edition.pdf) * Learning Bootstrap [[Download]](/book/Learning%20Bootstrap.pdf) diff --git a/book/Become a ninja with Angular 2.pdf b/book/Become a ninja with Angular 2.pdf new file mode 100755 index 0000000..adbdadf Binary files /dev/null and b/book/Become a ninja with Angular 2.pdf differ diff --git a/book/Effective JavaScript - 68 Specific Ways to Harness the Power of JavaScript.pdf b/book/Effective JavaScript - 68 Specific Ways to Harness the Power of JavaScript.pdf new file mode 100755 index 0000000..3e3bd2d Binary files /dev/null and b/book/Effective JavaScript - 68 Specific Ways to Harness the Power of JavaScript.pdf differ diff --git a/book/Expert JavaScript.pdf b/book/Expert JavaScript.pdf new file mode 100755 index 0000000..0cbd8dc Binary files /dev/null and b/book/Expert JavaScript.pdf differ diff --git a/book/JavaScript - The Good Parts.pdf b/book/JavaScript - The Good Parts.pdf new file mode 100755 index 0000000..1e5308a Binary files /dev/null and b/book/JavaScript - The Good Parts.pdf differ