Logo

The Ugly JavaScript Book by John H. Keyes

Small book cover: The Ugly JavaScript Book

The Ugly JavaScript Book
by

Description:
If you just want to be able to do some stuff with JavaScript, this little JavaScript book may help you implement the things that you want to happen at your web site. So this tutorial will concentrate on teaching you to do things.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: TypeScript Deep DiveTypeScript Deep Dive
by - 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.
(7403 views)
Book cover: Developing Backbone.js ApplicationsDeveloping Backbone.js Applications
by - O'Reilly Media
If you're looking to use the single-page application model to build your site's frontend, Backbone.js is an ideal framework for the job. This practical guide provides all the information you need to create structured JavaScript applications.
(14391 views)
Book cover: Building Front-End Web Apps with Plain JavaScriptBuilding Front-End Web Apps with Plain JavaScript
by - Web-Engineering.info
This book shows how to build front-end web applications with plain JavaScript, not using any framework. A front-end web application can be provided by any web server, but it is executed on the user's computer device, and not on the remote web server.
(10366 views)
Book cover: Understanding ECMAScript 6Understanding ECMAScript 6
by - Leanpub
This book is intended for those who are already familiar with JavaScript and ECMAScript 5. It is aimed at intermediate-to-advanced JavaScript developers (both browser and Node.js environments) who want to learn about the future of the language.
(8561 views)