FIT100
Other Languages
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>
• }
It is not easy to teach yourself, but you can learn quickly