= JavaScript = '''JavaScript''' is a lightweight scripting language designed to be run in web browsers. <> ---- == Example == As a standalone JavaScript file: {{{ console.log("Hello, world!"); }}} This can be used in a web page like: {{{ Example

"Hello, world!" has been written to the console.

}}} The script can also be embedded directly into the HTML like: {{{ }}} ---- == Language == * [[JavaScript/Async|Async]] * [[JavaScript/Builtins|Built-ins]] * [[JavaScript/CryptoSubtle|CryptoSubtle]] * [[JavaScript/Math|Math]] == Frameworks == * [[JavaScript/JQuery|jQuery]] ---- == See also == [[https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference|MDN JavaScript reference]] [[Node]] ---- CategoryRicottone