Logo

Eloquent JavaScript: An opinionated guide to programming

Large book cover: Eloquent JavaScript: An opinionated guide to programming

Eloquent JavaScript: An opinionated guide to programming
by

Publisher: No Starch Press
ISBN/ASIN: 1593272820

Description:
Eloquent JavaScript is a digital book providing a comprehensive introduction (tutorial) to the JavaScript programming language. Apart from a bookful of text, it contains plenty of example programs, and an environment to try them out and play with them. The book is aimed at the beginning programmer ― people with prior programming experience might also get something out of it, but they should not read chapters 2 to 5 too closely, because most of the concepts discussed there will probably be nothing new to them.

Home page url

Download or read it online for free here:
Download link
(1.4MB, ZIP)

Similar books

Book cover: Core JavaScript GuideCore JavaScript Guide
- Netscape Communications Corp.
JavaScript is a cross-platform, object-based scripting language. This book explains everything you need to know about using core JavaScript. It is assumed that you have a general understanding of the WWW, and a good working knowledge of HTML.
(15519 views)
Book cover: Modern Web Essentials Using JavaScript and HTML5Modern Web Essentials Using JavaScript and HTML5
by - InfoQ.com
This book provides tools for a thorough understanding of three topics integral to effective enterprise-level, web SPA development: JavaScript language essentials, HTML5 specification features, and responsive design principles.
(9404 views)
Book cover: Building A JavaScript FrameworkBuilding A JavaScript Framework
by - DailyJS
This book is a guide to building a JavaScript framework. It'll teach you how to build a framework and draw on real-world code from projects like jQuery. Along the way we'll explore some fundamental parts of modern JavaScript.
(16215 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.
(7390 views)