Share This
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...
Learn more about JavaScript »
Add More Topics
Save this view to a base, or just for yourself.
3 Programming Language topics matching:
Filter this CollectionECMAScript
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...
Parent Language:
Language Paradigms:
- Imperative programming ,
- Object-oriented programming ,
- Functional programming ,
- Prototype-based programming
Introduced:
- 1997
JScript
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...
Influenced:
Introduced:
- 1996
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...