|
|
JavaScript
 |
What
is JavaScript? |
| |
|
|
| |
|
JavaScript
is an object-based programing language |
| |
|
|
| |
|
JavaScript
is interpreted by the browser.
JS code is typically embedded right in HTML pages |
| |
|
|
| |
|
JavaScript
programs are written using objects, which have properties, associated
data and behavior (methods) belonging to them. <more
on JavaScript OO> |
| |
|
|
| |
|
JavaScript
provides various objects and methods or functions, and you can
create new ones. |
| |
|
|
| |
|
|