The JavaScript Handbook
by: Flavio Copes
Released: 2018
Pages: 171
Language 语言: English
Pages: PDF/EPUB
Size: 10 Mb
JavaScript is one of the most popular programming languages in the world,and now widely used also outside of the browser. The rise of Node.js in the last few years unlocked backend development,once the domain of Java,Ruby,Python,PHP,and more traditional server-side languages. Learn all about it!
Preface
Introduction to JavaScript
ECMAScript
ES6
ES2016
ES2017
ES2018
Coding style
Lexical Structure
Variables
Types
Expressions
Prototypal inheritance
Classes
Exceptions
Semicolons
Quotes
Template Literals
Functions
Arrow Functions
Closures
Arrays
Loops
Events
The Event Loop
Asynchronous programming and callbacks
Promises
Async and Await
Loops and Scope
Timers
this
Strict Mode
Immediately-invoked Function Expressions(IFE)
Math operators
The Math object
ESModules
CommonJS
Glossary
The JavaScript Handbook
未经允许不得转载:finelybook » The JavaScript Handbook
相关推荐
Developing Web Components with Svelte: Building a Library of Reusable UI Components, 2nd Edition
Building and Deploying WebAssembly Apps: Building secure, portable, and optimized web applications with WebAssembly
Python Polars: The Definitive Guide: Transforming, Analyzing, and Visualizing Data with a Fast and Expressive DataFrame API
Learning LangChain: Building AI and LLM Applications with LangChain and LangGraph
Getting to Know Mobile GIS
Alice and Bob Learn Secure Coding