Skip to content

Latest commit

 

History

History
89 lines (66 loc) · 4.84 KB

File metadata and controls

89 lines (66 loc) · 4.84 KB
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
devlang-javascript
language-reference
vs.htmldesigner.html
JavaScript
TypeScript
DHTML
JavaScript, reference
29f83a2c-48c5-49e2-9ae0-7371d2cda2ff
28
mikejo5000
mikejo
ghogen

JavaScript Reference

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.

[!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].

The JavaScript editor in Visual Studio provides IntelliSense support. For more information, see JavaScript IntelliSense.

In This Section

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.

Related Sections

JavaScript Fundamentals
Provides information about how to use [!INCLUDEjavascript].

HTML and DHTML Reference
Provides reference information about Dynamic HTML (DHTML) API .