Javascript

From regional-training
Revision as of 21:30, 19 August 2022 by Ralph (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

JavaScript often abbreviated JS, is a programming language that is one of the core technologies of the www, alongside HTML and CSS. As of 2022, 98% of websites use JavaScript on the client side for web-page behavior, often incorporating third-party libraries. All major web browsers have a dedicated JavaScript engine to execute the code on users' devices.

See also node-js.