JavaScript Reference
These sections explain the elements that make up the JavaScript language.
JavaScript 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).
JavaScript code can be used in browser applications as well as Windows Store apps. Windows Store apps are supported in Windows 8 and Visual Studio 2012.
-
For information about JavaScript in Windows Store apps, see JavaScript roadmap.
-
For information about HTML and CSS in Windows Store apps, see HTML/CSS for Windows Store apps.
-
For information about Windows Store APIs, see API reference for Windows Runtime and Windows Library for JavaScript.
The JavaScript editor in Visual Studio 2012 provides IntelliSense support. For more information, see JavaScript IntelliSense.