
JS.next: A Manager's Guide
by Aaron Frost
Publisher: O'Reilly Media 2013
Number of pages: 43
Description:
JS.next is the most significant change to JavaScript since its initial release in 1995. JS.next educates JavaScript developers, from novice to expert, about the impact that JS.next has had on the language, and demonstrates the powerful new constructs that are accessible in the JS.next API. Complete with code examples, the references and explanations will bring your knowledge of JavaScript into the now, and will jump start any developers ability to code in modern JavaScript.
Download or read it online for free here:
Download link
(1.9MB, PDF)
Similar books
WebGL Insightsby Patrick Cozzi - CRC Press
WebGL is a JavaScript API for rendering interactive 3D and 2D graphics without the use of plug-ins. This book presents real-world techniques for WebGL developers by assembling contributions from experienced WebGL engine and application developers.
(7087 views)
Programming JavaScript Applicationsby Eric Elliott - O'Reilly Media
Learn how to build complete web scale or enterprise applications that are easy to extend and maintain. By applying the design patterns outlined in this book, you'll learn how to write flexible and resilient code that's easier to work with.
(12017 views)
D3 Tips and Tricks: Interactive Data Visualization in a Web Browserby Malcolm Maclean - Leanpub
D3 Tips and Tricks is a book written to help those who may be unfamiliar with JavaScript or web page creation get started turning information into visualization. d3.js is an extraordinary framework for presentation of data on a web page.
(9025 views)
TypeScript Deep Diveby Basarat Ali Syed - GitBook
TypeScript is a superset of JavaScript, and adds optional static typing and class-based object-oriented programming to the language. The author of this book has been looking at the issues that turn up commonly when people start using TypeScript.
(10928 views)