Difference between revisions of "JScript"
From BC$ MobileTV Wiki
(New page: '''JScript''' is the Microsoft dialect of the ECMAScript scripting language specification, with JavaScript being another (non-Microsoft, Netscape-founded) dialect. == External Links...) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | '''JScript''' is the Microsoft dialect of the ECMAScript scripting language specification, with [[JavaScript]] being another (non-Microsoft, Netscape-founded) dialect. | + | '''JScript''' is the [[Microsoft]] dialect of the [[ECMAScript]] scripting language specification, with [[JavaScript]] being another (non-Microsoft, Netscape-founded) dialect. Thanks to the efforts of Netscape in the formulation and modernization/improvement of JavaScript, it lost the browser wars as [[JavaScript]] became the ''de facto'' standard. |
− | + | ||
Line 8: | Line 8: | ||
* [[wikipedia:JScript]] | * [[wikipedia:JScript]] | ||
* [[wikipedia:JScript .NET]] | * [[wikipedia:JScript .NET]] | ||
+ | |||
+ | |||
+ | |||
+ | == See Also == | ||
+ | |||
+ | [[JavaScript]] | [[TypeScript]] | [[ECMAScript]] |
Latest revision as of 15:58, 8 June 2018
JScript is the Microsoft dialect of the ECMAScript scripting language specification, with JavaScript being another (non-Microsoft, Netscape-founded) dialect. Thanks to the efforts of Netscape in the formulation and modernization/improvement of JavaScript, it lost the browser wars as JavaScript became the de facto standard.
External Links
- JScript Reference Guide (Windows Script Technologies): http://msdn.microsoft.com/en-us/library/hbxc2t98(VS.85).aspx
- wikipedia:JScript
- wikipedia:JScript .NET