Home > Article > Web Front-end > "JavaScript Advanced Programming" Reading Notes 1 Introduction
一 History
2 Implementation
a. Three parts of javascript:
ECMAScript: defined by ECMA-262, providing core language functions;
DOM: Provides HTML application programming interface/provides methods and interfaces for accessing and operating web content;
BOM: Provides methods and interfaces for interacting with the browser;
Three Versions
The above is the detailed content of "JavaScript Advanced Programming" Reading Notes 1 Introduction. For more information, please follow other related articles on the PHP Chinese website!