Logo

JavaScript

Small book cover: JavaScript

JavaScript

Publisher: Wikibooks

Description:
This book is a guide to JavaScript, a scripting language widely used in web pages and web applications such as email applications. This book is written as a tutorial, in the sense that all key concepts are explained. It is assumed that you have a background in programming.

Home page url

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

Similar books

Book cover: Building Front-End Web Apps with AngularJS and Parse.comBuilding Front-End Web Apps with AngularJS and Parse.com
by - codeproject.com
This book shows how to build JavaScript front-end web applications with AngularJS and the cloud storage service Parse.com. By learning from the examples in the book, you can quickly improve your understanding of basic concepts and techniques.
(6166 views)
Book cover: Adobe Integrated Runtime (AIR) for JavaScript Developers Pocket GuideAdobe Integrated Runtime (AIR) for JavaScript Developers Pocket Guide
by - Adobe Dev Library
The official guide to the Adobe's new cross-platform desktop runtime. It explains how to use AIR to build HTML and JavaScript-based web applications, how to set up the development environment, create your first app, and more.
(16297 views)
Book cover: You Don't Know JS: Scope and ClosuresYou Don't Know JS: Scope and Closures
by - O'Reilly
This guide takes you inside scope and closures, two core concepts you need to know to become a more efficient JS programmer. You'll learn how and why they work, and how an understanding of closures can be a powerful part of your development skillset.
(7463 views)
Book cover: An Introduction to libuvAn Introduction to libuv
by
This book is a small set of tutorials about using libuv as a high performance evented I/O library which offers the same API on Windows and Unix. It is meant to cover the main areas of libuv, but is not a comprehensive reference.
(10249 views)