prasanganath / javascript-HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Script

History

JavaScript (JS) is a lightweight, interpreted or JIT compiled programming language with first-class functions. Most well-known as the scripting language for Web pages, many non-browser environments also use it, such as node.js and Apache CouchDB. JS is a prototype-based, multi-paradigm, dynamic scripting language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles. Read more about JavaScript.

This section of the site is dedicated to the JavaScript language itself, and not the parts that are specific to Web pages or other host environments. For information about APIs specific to Web pages, please see Web APIs and DOM.

Tools & resources

Helpful tools for writing and debugging your JavaScript code.

FireFox Developer Tools

Scratchpad, Web Console, JavaScript Profiler, Debugger, and more

Firebug

Edit, debug, and monitor CSS, HTML, and JavaScript live in any web page

JavaScript Shells

A JavaScript shell allows you to quickly test snippets of JavaScript code

About


Languages

Language:JavaScript 76.0%Language:HTML 23.8%Language:CSS 0.2%