JavaScript

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
Line 12: Line 12:
  
 
JavaScript was originally developed at Netscape by Brendan Eich (who later became Mozilla CEO... very briefly), 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]].
 
JavaScript was originally developed at Netscape by Brendan Eich (who later became Mozilla CEO... very briefly), 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]].
 +
 +
The [[node.js]] runtime environment is (mostly) implemented in JavaScript, as are applications running within it.
  
 
And then there's [http://newstechnica.com/2014/03/27/mozilla-announces-javascript-for-heterosexuals/ Javascript For Heterosexuals]... Now with [http://www.reddit.com/r/ainbow/comments/21hzcb/mozilla_announces_javascript_for_heterosexuals/cgdejzd code examples]. (Some [http://www.channel4.com/news/mozilla-chief-executive-twitter-gay-marriage-resign background], and [https://brendaneich.com/2014/03/inclusiveness-at-mozilla/ an official statement].)
 
And then there's [http://newstechnica.com/2014/03/27/mozilla-announces-javascript-for-heterosexuals/ Javascript For Heterosexuals]... Now with [http://www.reddit.com/r/ainbow/comments/21hzcb/mozilla_announces_javascript_for_heterosexuals/cgdejzd code examples]. (Some [http://www.channel4.com/news/mozilla-chief-executive-twitter-gay-marriage-resign background], and [https://brendaneich.com/2014/03/inclusiveness-at-mozilla/ an official statement].)

Revision as of 19:10, 5 October 2014

File Format
Name JavaScript
Ontology
Extension(s) .js
MIME Type(s) text/javascript, application/javascript
PRONOM x-fmt/423
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 at Netscape by Brendan Eich (who later became Mozilla CEO... very briefly), 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.

The node.js runtime environment is (mostly) implemented in JavaScript, as are applications running within it.

And then there's Javascript For Heterosexuals... Now with code examples. (Some background, and an official statement.)

Documentation, Reference, and Programming Tips

Programs and libraries

Other links and references

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox