|
|
|
|
|
|
|
|
|
|
|
|
|
JS is
a “modern” programming
|
|
|
language
like C, C++, Java, etc.
|
|
|
|
• |
Expect to find numbers, strings, Booleans,
|
|
|
|
• |
Variables (of same form) must be declared
|
|
|
|
• |
There are if-statements & else-statements
|
|
|
• |
There is a for-statement
|
|
|
|
for (j=0; j<5; j++){
|
|
|
|
<statement list>
|
|
|
|
}
|
|
|
|