JScript is Microsoft’s implementation of JavaScript. JScript is an interpreted programming language that complies with the ECMA 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