JScript

Updated: 06/22/2024 by Computer Hope

JScript is Microsoft's implementation of JavaScript. JScript is an interpreted programming language that complies with the ECMA (European Computer Manufacturers Association) 262 language specification. Implemented as a Windows Script engine, JScript can be plugged into any application supporting Windows Script. Below is an example of a JScript that prints Hello World!.

// Print Hello World!
print ("Hello World!");

ActiveX, AJAX, ECMAScript, Internet Explorer, JavaScript, Plugin, Programming language, Programming terms, VBScript, Web design terms