JavaScript is a prototype-based object-oriented scripting language used to enable programmatic access
to computational objects within a host environment. Although also used in other applications, it is primarily
used in the form of client-side JavaScript, implemented as part of a web browser, providing enhanced user
interfaces and dynamic web sites. JavaScript is an implementation of the ECMAScript standard and is
characterized as a dynamic, weakly typed, prototype-based language with first-class functions. JavaScript
was influenced by many languages and was designed to look
like Java, but to be easier for non-programmers
to work with.
Placing the JavaScript source code in the gray box below in a web page between the <body>
and </body>tags, will produce today's date like this:
JavaScript Example
Example Source Code:
JavaScript Example source code:Example