Difference between revisions of "Javascript"
(Javascript) |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | Javascript, commonly known as | + | Javascript, commonly known as JS or JavaScript, is a [[programming language]]. It has a tutorial [[Getting Started with JavaScript Programming|here]]. It is typically used in web and app design, and often used in conjunction with HTML and CSS. It also has related sublanguages such as [[JSON]] (Javascript Object Notation) to create [[API]]s. |
+ | |||
+ | The term "Javascript" can refer to VanillaJS (bare Javascript) and its frameworks. | ||
+ | |||
{{stub}} | {{stub}} | ||
+ | |||
+ | [[Category:Computer programming]] |
Latest revision as of 15:44, 18 May 2025
Javascript, commonly known as JS or JavaScript, is a programming language. It has a tutorial here. It is typically used in web and app design, and often used in conjunction with HTML and CSS. It also has related sublanguages such as JSON (Javascript Object Notation) to create APIs.
The term "Javascript" can refer to VanillaJS (bare Javascript) and its frameworks.
This article is a stub. Help us out by expanding it.