Measures Concepts
GitHub icon

JScript

JScript - Programming language

< >

JScript is a programming language created in 1996.

#344on 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 · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout