JScript is the Microsoft dialect of the ECMAScript scripting language specification.
JScript is implemented as a Windows Script engine. JScript was first supported in Internet Explorer 3.0 browser released in August 1996. The typical file extension of JScript source code files is .js.
The most recent version of JScript is JScript .NET, which is based on the yet-unfinished edition 4 of the ECMAScript standard, and can be compiled for the Microsoft...
more
Read article at Wikipedia
JScript
Similar topics in Freebase
-
JavaScript
JavaScript is an object-oriented scripting language used to enable programmatic access to objects within both the client application and other applications. It is primarily used in the form of client-side JavaScript, implemented as an integrated component of the web browser, allowing the... -
ActionScript
ActionScript is a scripting language based on ECMAScript. ActionScript is used primarily for the development of websites and software using the Adobe Flash Player platform (in the form of SWF files embedded into Web pages), but is also used in some database applications (such as Alpha Five), and in... -
Qt Script for Applications
QtScript is a scripting engine that has been part of the Qt toolkit since version 4.3.0. The scripting language is based on the ECMAScript standard with a couple deviations and extensions. The library contains the engine, and a C++ API for evaluating QtScript code and exposing custom QObject... -
DMDScript
The DMDScript scripting programming language is the Digital Mars ECMAScript (JavaScript) engine, with extensions to make it compatible with Microsoft JScript, which it can replace in Web browsers. In benchmark tests, it is much faster than JavaScript and over twice as fast as JScript. It is useful... -
ECMAScript
ECMAScript is a scripting language, standardized by Ecma International in the ECMA-262 specification and ISO/IEC 16262. The language is widely used on the web, especially in the form of its three best-known dialects, JavaScript, ActionScript, and JScript. JavaScript was originally developed by... -
tiscript
-
JScript .NET
JScript .NET is a .NET programming language developed by Microsoft as a natural successor to Microsoft's Active Scripting language JScript. Both JScript and JScript .NET are languages whose syntax is based on that of the C language. JScript began as Microsoft's implementation ECMAScript, which is... -
QtScript