Book Description
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 hopes the contents of this book will help you achieve what you want: learn the basics of JavaScript.
This open book is licensed under a Open Publication License (OPL). You can download The JavaScript Beginner's Handbook ebook for free in PDF format (0.6 MB).
Table of Contents
Chapter 1
Introduction to JavaScript
Chapter 2
History
Chapter 3
Just JavaScript
Chapter 4
Syntax
Chapter 5
Semicolons
Chapter 6
Values
Chapter 7
Variables
Chapter 8
Types
Chapter 9
Expressions
Chapter 10
Operators
Chapter 11
Precedence
Chapter 12
Comparisons
Chapter 13
Conditionals
Chapter 14
Strings
Chapter 15
Arrays
Chapter 16
Loops
Chapter 17
Functions
Chapter 18
Arrow Functions
Chapter 19
Objects
Chapter 20
Object properties
Chapter 21
Object methods
Chapter 22
Classes
Chapter 23
Inheritance
Chapter 24
Asynchonous Programming and Callbacks
Chapter 25
Promises
Chapter 26
Async and Await
Chapter 27
Variables scope
Book Details
Subject
Computer Science
Publisher
Self-publishing
Published
2020
Pages
70
Edition
1
Language
English
PDF Size
0.6 MB
License
Open Publication License

Node.js is built on top of the Google Chrome V8 JavaScript engine, and it's mainly used to create web servers - but it's not limited to that.
The Node.js 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 provides a practical and self-contained overview of the Gene Ontology (GO), the leading project to organize biological knowledge on genes and their products across genomic resources. Written for biologists and bioinformaticians, it covers the state-of-the-art of how GO annotations are made, how they are evaluated, and what sort of analyse...

The Linux Commands 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 Linux and its commands. It focuses on the small core commands that you will use the 80% or 90% of the time, trying to sim...

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...

Love it or hate it, JavaScript is avidly eating the world of software development. From web sites and apps to servers, smartphones and connected objects, JavaScript is everywhere. It has evolved from a niche scripting tool crafted in a few days into a modern, multi-purpose language sitting on top of a rich ecosystem and a vibrant developer communit...

The JavaScript Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow....