Web Design Blog

Category: JavaScript

JavaScript @ Wikipedia:

JavaScript is a computer programming language.

JavaScript is primarily used in the form of client-side JavaScript, implemented as part of a web browser in order to provide enhanced user interfaces and dynamic websites. However, its use in applications outside web pages is also significant.

JavaScript is commonly used in web browsers to add interactive features such as animation, games, clocks, form validation, etc.

JavaScript is an implementation of the ECMAScript language standard.

JavaScript and the Java programming language both use syntaxes influenced by that of the C programming language, and JavaScript copies many Java names and naming conventions; but the JavaScript and Java are otherwise unrelated and have very different semantics.

See also:

[categorySeeAlso slug=”animation”]
[categorySeeAlso slug=”jquery”]