Computer ScienceScience & MathematicsEconomics & FinanceBusiness & ManagementPolitics & GovernmentHistoryPhilosophy

Eloquent JavaScript

A Modern Introduction to Programming

by Marijn Haverbeke

Eloquent JavaScript

Subscribe to new books via dBooks.org telegram channel

Join
DescriptionTable of ContentsDetailsHashtagsReport an issue

Book Description

JavaScript lies at the heart of almost every modern web application, from social apps like Twitter to browser-based game frameworks like Phaser and Babylon. Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications.

This much anticipated and thoroughly revised third edition of Eloquent JavaScript dives deep into the JavaScript language to show you how to write beautiful, effective code. It has been updated to reflect the current state of JavaScript and web browsers and includes brand-new material on features like class notation, arrow functions, iterators, async functions, template strings, and block scope. A host of new exercises have also been added to test your skills and keep you on track.

As with previous editions, Haverbeke continues to teach through extensive examples and immerses you in code from the start, while exercises and full-chapter projects give you hands-on experience with writing your own programs. You start by learning the basic structure of the JavaScript language as well as control structures, functions, and data structures to help you write basic programs. Then you'll learn about error handling and bug fixing, modularity, and asynchronous programming before moving on to web browsers and how JavaScript is used to program them. As you build projects such as an artificial life simulation, a simple programming language, and a paint program, you'll learn how to:
- Understand the essential elements of programming, including syntax, control, and data
- Organize and clarify your code with object-oriented and functional programming techniques
- Script the browser and make basic web applications
- Use the DOM effectively to interact with browsers
- Harness Node.js to build servers and utilities

Isn't it time you became fluent in the language of the Web?

This open book is licensed under a Creative Commons License (CC BY-NC). You can download Eloquent JavaScript ebook for free in PDF format (3.5 MB).

Table of Contents

Part I
Language
Chapter 1
Values, Types, and Operators
Chapter 2
Program Structure
Chapter 3
Functions
Chapter 4
Data Structures: Objects and Arrays
Chapter 5
Higher-Order Functions
Chapter 6
The Secret Life of Objects
Chapter 7
Project: A Robot
Chapter 8
Bugs and Errors
Chapter 9
Regular Expressions
Chapter 10
Modules
Chapter 11
Asynchronous Programming
Chapter 12
Project: A Programming Language
Part II
Browser
Chapter 13
JavaScript and the Browser
Chapter 14
The Document Object Model
Chapter 15
Handling Events
Chapter 16
Project: A Platform Game
Chapter 17
Drawing on Canvas
Chapter 18
HTTP and Forms
Chapter 19
Project: A Pixel Art Editor
Part III
Node
Chapter 20
Node.js
Chapter 21
Project: Skill-Sharing Website
Chapter 22
JavaScript and Performance

Book Details

Title
Eloquent JavaScript
Subject
Computer Science
Publisher
No Starch Press
Published
2018
Pages
448
Edition
3
Language
English
ISBN13 Digital
9781593279509
ISBN10 Digital
1593279507
PDF Size
3.5 MB
License
CC BY-NC

Book Hashtags

Reviews / Comments

Jack
- I think it's a great book for js beginners

Related Books

Deep Learning with JavaScript
Deep learning has transformed the fields of computer vision, image processing, and natural language applications. Thanks to TensorFlow.js, now JavaScript developers can build deep learning apps without relying on Python or R. Deep Learning with JavaScript shows developers how they can bring DL technology to the web. Written by the main authors of t...
JavaScript: The First 20 Years
How a sidekick scripting language for Java, created at Netscape in a ten-day hack, ships first as a de facto Web standard and eventually becomes the world's most widely used programming language. This paper tells the story of the creation, design, evolution, and standardization of the JavaScript language over the period of 1995-2015. But the s...
JavaScript Notes for Professionals
The JavaScript Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow....
Learning JavaScript
JavaScript is a programming language that conforms to the ECMAScript specification. It is an unofficial and free JavaScript ebook created for educational purposes. All the content is extracted from Stack Overflow Documentation, which is written by many hardworking individuals at Stack Overflow....
JavaScript for impatient programmers
This book makes JavaScript less challenging to learn for newcomers, by offering a modern view that is as consistent as possible. Highlights: - Get started quickly, by initially focusing on modern features. - Test-driven exercises and quizzes available for most chapters. - Covers all essential features of JavaScript, up to and including ES2020...
The JavaScript Beginner's Handbook
The JavaScript Beginner's Handbook follows the 80/20 rule: learn in 20% of the time the 80% of a topic. The author find this approach gives a well-rounded overview. This book does not try to cover everything under the sun related to JavaScript. It focuses on the core of the language, trying to simplify the more complex topics. The author h...