JavaScript

JavaScript

JavaScript

JavaScript is an interpreted programming language designed to interact with web pages. JavaScript is an implementation of ECMAScript.

ECMAScript is simply a description of a language that is defined in the ECMA-262 standard.

JavaScript has three parts:

  • Kernel (ECMAScript) - basic functionality of JavaScript.
  • Document Object Model (DOM) - tools for working with the content of web pages.
  • Object Browser Model (BOM) - tools for interacting with the browser.
Menu
Feedback