JavaScript

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(References)
(Programs and libraries)
Line 23: Line 23:
 
* [http://arstechnica.com/information-technology/2013/05/native-level-performance-on-the-web-a-brief-examination-of-asm-js/ An examination of asm.js] (stripped-down subset of JavaScript designed to run faster)
 
* [http://arstechnica.com/information-technology/2013/05/native-level-performance-on-the-web-a-brief-examination-of-asm-js/ An examination of asm.js] (stripped-down subset of JavaScript designed to run faster)
 
* [http://emberjs.com/ ember.js framework] (for creating web apps)
 
* [http://emberjs.com/ ember.js framework] (for creating web apps)
 +
* [http://www.gamepadjs.com/ gamepad.js: use gamepads and joysticks with a browser]
 
* [http://theonion.github.io/fartscroll.js/ Some incredibly useful JavaScript: Add fart sounds to your web page!]
 
* [http://theonion.github.io/fartscroll.js/ Some incredibly useful JavaScript: Add fart sounds to your web page!]
  

Revision as of 03:28, 5 November 2013

File Format
Name JavaScript
Ontology
Extension(s) .js
MIME Type(s) text/javascript
Released 1995


JavaScript (sometimes abbreviated JS) is a scripting language commonly implemented as part of a web browser in order to create enhanced user interfaces and dynamic websites, but also used in other contexts (such as server-side JavaScript).

This is not the same as Java.

JavaScript was originally developed by Netscape, where it was originally called LiveScript while under development, but became JavaScript (with the name licensed from Sun) in order to capitalize on the popularity of Java, though the languages aren't really related (although there are some similarities in syntax). Later, a Microsoft implementation designed to be (more or less) compatible was called JScript, and an attempt at a formally standardized version of the language was published by ECMA as ECMAScript.

Documentation, Reference, and Programming Tips

Programs and libraries

Other links and references

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox