JavaScript

JavaScript is for scripting active HTML pages.

The JavaScript program is embedded directly into the source of the HTML document and interpreted by the browser as the document loads.

Using JavaScript, you can dynamically change the text of the loaded HTML document and respond to events related to visitor actions or changes in the state of the document or window.

An important feature of JavaScript is object orientation.

https://www.javascript.com/

Contact us