| title | ms.custom | ms.date | ms.prod | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | f1_keywords | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
JavaScript Reference | Microsoft Docs |
01/18/2017 |
windows-client-threshold |
|
language-reference |
|
|
|
29f83a2c-48c5-49e2-9ae0-7371d2cda2ff |
28 |
mikejo5000 |
mikejo |
ghogen |
These sections explain the elements that make up the [!INCLUDEjavascript] language.
[!INCLUDEjavascript] code in Internet Explorer can interact with HTML, CSS and the Document Object Model (DOM), which represents HTML and browser objects.
-
For information about HTML, see HTML/XHTML Reference.
-
For information about CSS, see Cascading Style Sheets.
-
For information about the DOM, see Document Object Model (DOM).
[!INCLUDEjavascript] code can be used in browser applications as well as [!INCLUDEwin8_appname_long] apps. [!INCLUDEwin8_appname_long] apps are supported in [!INCLUDEwin8] using [!INCLUDEvs_dev11_long] and in [!INCLUDEwin81] using [!INCLUDEvs_dev12].
-
For information about JavaScript in [!INCLUDEwin8_appname_long] apps, see JavaScript roadmap.
-
For information about HTML and CSS in [!INCLUDEwin8_appname_long] apps, see HTML/CSS for Windows Store apps.
-
For information about [!INCLUDEwin8_appname_long] APIs, see API reference for Windows Runtime and Windows Library for JavaScript.
The JavaScript editor in Visual Studio provides IntelliSense support. For more information, see JavaScript IntelliSense.
Version Information
Provides a list of [!INCLUDEjavascript] language features and the Internet Explorer versions in which they were introduced.
Objects
Provides a list of objects with links to information about each object.
Constants
Provides a list of constants and links to information about each constant.
Properties
Provides a list of properties with links to information about each property.
Functions
Provides a list of functions with links to information about each function.
Methods
Provides a list of methods with links to information about each method.
Operators
Provides a list of operators with links to information about each operator.
Statements
Provides a list of statements with links to information about each statement.
JavaScript Directives
Includes links to directives.
Errors
Includes links to run-time and syntax errors.
JavaScript Reserved Words
Provides a list of reserved words. These words may not be used as identifiers.
JavaScript Future Reserved Words
Provides a list of future reserved words. These words may not be used as identifiers.
JavaScript Fundamentals
Provides information about how to use [!INCLUDEjavascript].
HTML and DHTML Reference
Provides reference information about Dynamic HTML (DHTML) API .