Difference between revisions of "Javascript"

m
Line 1: Line 1:
Javascript, commonly known as Java 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
+
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}}

Revision as of 21:14, 17 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.