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
相关推荐
- Learning PHP, MySQL & JavaScript: A Step-by-Step Guide to Creating Dynamic Websites, 7th Edition
- Data Structures and Algorithms in JavaScript: Optimizing Performance and Solving Programming Challenges
- Learning Web Design: A Beginner’s Guide to HTML,CSS,JavaScript,and Web Graphics,5th Edition
- Clean Code Zero to One
- Django in Production: Expert tips, strategies, and essential frameworks for writing scalable and maintainable code in Django
- Efficient Node.js: A Beyond-the-Basics Guide