Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

JScript

< >

JScript is a programming language created in 1996.

#590on PLDB 28Years Old
Homepage · Wikipedia

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 Example Token
Strings ✓ "Hello world" "
Print() Debugging ✓ WScript.Echo
- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements · Part of the World Wide Scroll