Saved Bookmarks
| 1. |
what is Java script |
|
Answer» 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.The most common use of JavaScript is to add client-side behavior to HTML pages, also known as Dynamic HTML. Scripts are embedded in or included from HTML pages and interact with the Document Object Model of the page |
|