Home > Article > Web Front-end > What is the little red book of JavaScript called?
The little red book of JavaScript is called "JavaScript Advanced Programming". "JavaScript Advanced Programming" is a classic masterpiece of JS technology. Since the first Chinese version was published in 2006, it has trained several generations of front-end technicians and has been nicknamed the "Little Red Book" of JavaScript by technicians.
The operating environment of this tutorial: windows7 system, javascript version 1.8.5, Dell G3 computer.
The Little Red Book of JavaScript---"Advanced Programming with JavaScript"
Introduction
This book is a new edition of the classic JavaScript book. The 4th edition covers ECMAScript 2019, providing a comprehensive and in-depth introduction to the front-end development technologies that JavaScript developers must master, covering the basic and advanced features of JavaScript. The book discusses all aspects of JavaScript in detail, starting from the origin of JavaScript and gradually explaining emerging technologies, focusing on the ECMAScript and DOM standards. On this basis, the following chapters reveal the basic concepts of JavaScript, including classes, contracts, iterators, proxies, and so on. In addition, the book explores client-side detection, events, animations, forms, error handling, and JSON in depth. This book also introduces important new specifications that have emerged in recent years, including Fetch APIs, modules, worker threads, service threads, and a large number of new APIs.
Features of this book
The Chinese version has sold a total of 320,000 copies, and the JavaScript "Little Red Book" has been newly upgraded
covers ECMAScript 2019, comprehensive and in-depth, Excellent for entry-level and advanced levels
Combined with video explanations and supporting programming environment, it helps you easily master the new JavaScript features and front-end practices
This book is a classic masterpiece of JavaScript technology. It has been published since 2006. Since the first Chinese version came out, it has trained several generations of front-end technicians, with a cumulative sales of more than 320,000 copies. It is nicknamed the "Little Red Book" of JavaScript by technicians. The 4th edition covers ECMAScript 2019. It not only adds 5 new chapters, but also significantly adds and revises the remaining chapters.
The 4th edition of this book inherits the comprehensive, in-depth and practical characteristics of the previous edition. After explaining the core of the JavaScript language in detail, it clearly shows readers the various existing specifications and implementations provided for Web applications. This kind of support and features can be used as both a getting started guide and a guide and reference for technical advancement.
The main contents of this book include:
Basic content - the history of JavaScript; its relationship with HTML; basic types, reference types and built-in reference types
Advanced operations - iterators and generators; proxies and reflection; objects, classes and object-oriented programming; functions; promises and asynchronous programming; BOM, DOM and client detection
Usage Interacting with JavaScript - events, form elements, creating dynamic graphics with WebGL, JavaScript API, debugging, etc.
Data manipulation in JavaScript - XML, JSON, and how the client stores data when offline (Web Storage and IndexedDB)
JavaScript Design Patterns and Practical Strategies - Worker Threads, Service Threads, and Practical Strategies for JavaScript Coding in Enterprise Development
JavaScript Frontiers-New ES6 Modules; ECMAScript 2018 ~2019 revision content; new libraries, frameworks and tools, etc.
[Related recommendations: javascript learning tutorial]
The above is the detailed content of What is the little red book of JavaScript called?. For more information, please follow other related articles on the PHP Chinese website!