JavaScript Introduction | Overview
JavaScript
JavaScript is an object-based scripting language.
HTML is used to write web content, CSS is used to design the web, and JavaScript can be used to implement web behavior.
JavaScript is mainly used in web browsers, but with frameworks such as Node.js, it can also be used for server-side programming.
Most web browsers included on current computers, smartphones, and similar devices have a built-in JavaScript interpreter.