1. JavaScript - Noun
2. JavaScript - Proper noun
JavaScript
(computer languages) A scripting programming language most commonly used to add interactive features to webpages.
JavaScript (plural JavaScripts)
(informal) A JavaScript script.
Javascript
Alternative letter-case form of JavaScript
Although the Legacy DOM implementations were largely compatible since JScript was based on JavaScript, the DHTML DOM extensions were developed in parallel by each browser maker and remained incompatible. Source: Internet
A JavaScript Web server would typically expose host objects representing HTTP request and response objects, which a JavaScript program could then interrogate and manipulate to dynamically generate Web pages. Source: Internet
As JavaScript has unusual limitations – such as no separate integer type, using floating point – languages that compile to JavaScript commonly have slightly different behavior than in other environments. Source: Internet
Applications such as Gmail take advantage of this: much of the user-interface logic is written in JavaScript, and JavaScript dispatches requests for information (such as the content of an e-mail message) to the server. Source: Internet
A TS-script compiles into plain JavaScript and can be executed in any JS host supporting ECMAScript 3 or higher. Source: Internet
A Web browser is by far the most common host environment for JavaScript. Source: Internet