Computer ScienceScience & MathematicsEconomics & FinanceBusiness & ManagementPolitics & GovernmentHistoryPhilosophy

JavaScript for impatient programmers

ES2020 edition

by Axel Rauschmayer

JavaScript for impatient programmers

Subscribe to new books via dBooks.org telegram channel

Join
DescriptionTable of ContentsDetailsHashtagsReport an issue

Book Description

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.
- Optional advanced sections let you dig deeper.

No prior knowledge of JavaScript is required, but you should know how to program.

Free download in PDF format is not available. You can read JavaScript for impatient programmers book online for free.

Table of Contents

Chapter 1
About this book
Chapter 2
FAQ: Book and supplementary material
Chapter 3
History and evolution of JavaScript
Chapter 4
FAQ: JavaScript
Chapter 5
The big picture
Chapter 6
Syntax
Chapter 7
Consoles: interactive JavaScript command lines
Chapter 8
Assertion API
Chapter 9
Getting started with quizzes and exercises
Chapter 10
Variables and assignment
Chapter 11
Values
Chapter 12
Operators
Chapter 13
The non-values undefined and null
Chapter 14
Booleans
Chapter 15
Numbers
Chapter 16
Math
Chapter 17
Unicode - a brief introduction (advanced)
Chapter 18
Strings
Chapter 19
Using template literals and tagged templates
Chapter 20
Symbols
Chapter 21
Control flow statements
Chapter 22
Exception handling
Chapter 23
Callable values
Chapter 24
Modules
Chapter 25
Single objects
Chapter 26
Prototype chains and classes
Chapter 27
Synchronous iteration
Chapter 28
Arrays (Array)
Chapter 29
Typed Arrays: handling binary data (Advanced)
Chapter 30
Maps (Map)
Chapter 31
WeakMaps (WeakMap)
Chapter 32
Sets (Set)
Chapter 33
WeakSets (WeakSet)
Chapter 34
Destructuring
Chapter 35
Synchronous generators (advanced)
Chapter 36
Asynchronous programming in JavaScript
Chapter 37
Promises for asynchronous programming
Chapter 38
Async functions
Chapter 39
Asynchronous iteration
Chapter 40
Regular expressions (RegExp)
Chapter 41
Dates (Date)
Chapter 42
Creating and parsing JSON (JSON)
Chapter 43
Where are the remaining chapters?

Book Details

Title
JavaScript for impatient programmers
Subject
Computer Science
Publisher
Self-publishing
Published
2019
Pages
526
Edition
1
Language
English
ISBN13 Digital
9781091210097
ISBN10 Digital
1091210098
License
All rights reserved

Related Books

Intel Galileo and Intel Galileo Gen 2
Intel Galileo and Intel Galileo Gen 2: API Features and Arduino Projects for Linux Programmers provides detailed information about Intel Galileo and Intel Galileo Gen 2 boards for all software developers interested in Arduino and the Linux platform. The book covers the new Arduino APIs and is an introduction for developers on natively using Linux. ...
Learn BlackBerry 10 App Development
Learn how to leverage the BlackBerry 10 Cascades framework to create rich native applications. Learn BlackBerry 10 App Development gives you a solid foundation for creating BlackBerry 10 apps efficiently. Along the way, you will learn how to use QML and JavaScript for designing your app's UI, and C++/Qt for the application logic. No prior know...
Pro TBB
This book is a modern guide for all C++ programmers to learn Threading Building Blocks (TBB). Written by TBB and parallel programming experts, this book reflects their collective decades of experience in developing and teaching parallel programming with TBB, offering their insights in an approachable manner. Throughout the book the authors present ...
Python for You and Me
This is a simple open book to learn Python programming language, it is for the programmers who are new to Python. Python is an interpreted, high-level and general-purpose programming language. Python consistently ranks as one of the most popular programming languages. Large organizations that use Python include Wikipedia, Google, Yahoo, CERN, NA...
Patterns for Beginning Programmers
Programming patterns are solutions to problems that require the creation of a small fragment of code that will be part of a larger program. Hence, this book is about teaching you how to write such fragments of code. However, it is not about teaching you the syntax of the statements in the fragments, it assumes that you already know the syntax. Inst...
Eloquent JavaScript
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 revis...