JavaScript

From Robowaifu Institute of Technology
Revision as of 09:32, 29 December 2022 by RobowaifuDev (talk | contribs) (Created page with "'''JavaScript''' is a scripting language used to create and control dynamic website content that moves, refreshes, or otherwise changes on screen. It is a high-level, just-in-time compiled language that conforms to the ECMAScript standard, and supports dynamic typing, prototype-based object-oriented programming, functional programming, and imperative programming. It is mostly used to allow users to interact with a website, to communicate asynchronously with the server, a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

JavaScript is a scripting language used to create and control dynamic website content that moves, refreshes, or otherwise changes on screen. It is a high-level, just-in-time compiled language that conforms to the ECMAScript standard, and supports dynamic typing, prototype-based object-oriented programming, functional programming, and imperative programming. It is mostly used to allow users to interact with a website, to communicate asynchronously with the server, and to alter the content that is displayed.