Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

JScript

< >

JScript is a programming language created in 1996.

#705on PLDB 28Years Old

JScript is Microsoft's dialect of the ECMAScript standard that is used in Microsoft's Internet Explorer. JScript is implemented as an Active Scripting engine. This means that it can be "plugged in" to OLE Automation applications that support Active Scripting, such as Internet Explorer, Active Server Pages, and Windows Script Host. Read more on Wikipedia...


Example from hello-world:
WScript.Echo("Hello World");

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"
Print() Debugging ✓ WScript.Echo

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 628 · Donate · feedback@pldb.io