JScript

Updated: 06/30/2019 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!");

Plug-in, Programming language, Programming terms, Web design terms