Skip to content

Commit b35fc5d

Browse files
authored
Update README.md
1 parent c388d21 commit b35fc5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ console.log(ex2); // Output: MySingleton {foo: "hi"}
445445

446446
- [JS the Right Way](http://jstherightway.org/) - This is a guide intended to introduce new developers to JavaScript and help experienced developers learn more about its best practices.
447447
- [Eloquent JavaScript](http://eloquentjavascript.net/) - This is a book about JavaScript, programming, and the wonders of the digital. You can read it online.
448+
- [Front-End Developer Handbook 2017](https://www.gitbook.com/book/frontendmasters/front-end-handbook-2017/details) - This is a guide that anyone could use to learn about the practice of front-end development. It broadly outlines and discusses the practice of front-end engineering: how to learn it and what tools are used when practicing it in 2017. It is specifically written with the intention of being a professional resource for potential and currently practicing front-end developers to equip themselves with learning materials and development tools. Secondarily, it can be used by managers, CTOs, instructors, and head hunters to gain insights into the practice of front-end development.
448449
- [Learning JavaScript Design Patterns](https://addyosmani.com/resources/essentialjsdesignpatterns/book/) - Learning JavaScript Design Patterns book by Addy Osmani
449450
- [How to Learn JavaScript Properly - JavaScript.isSexy](http://javascriptissexy.com/how-to-learn-javascript-properly) - This study guide, which I also refer to as a course outline and a road map, gives you a structured and instructive outline for learning JavaScript properly.
450451
- [JSBooks](http://jsbooks.revolunet.com) - The best free JavaScript resources (books)

0 commit comments

Comments
 (0)