Gets the name of the scripting language in use.
Syntax
ScriptEngine()
Remarks
The ScriptEngine function returns "JScript", which indicates that JavaScript is the current scripting engine.
Example
The following example illustrates the use of the ScriptEngine function:
if (window.ScriptEngine) {
console.log(window.ScriptEngine());
}
// Output: JScript
Requirements
Supported in the following document modes: Quirks, Internet Explorer 6 standards, Internet Explorer 7 standards, Internet Explorer 8 standards, Internet Explorer 9 standards, Internet Explorer 10 standards, Internet Explorer 11 standards. Also supported in Store apps (Windows 8 and Windows Phone 8.1). See Version Information.
See Also
ScriptEngineBuildVersion Function
ScriptEngineMajorVersion Function
ScriptEngineMinorVersion Function

