1 | Using Comparison Operators | comparison-operator.html | comparison-operator.js |
2 | Using Comparison Operators Continued | comparison-operator-continued.html | comparison-operator-continued.js |
3 | Using Logical And | logical-and.html | logical-and.js |
4 | Using Logical Or and Logical Not | logical-or-logical-not.html | logical-or-logical-not.js |
5a | Using If Statements | if-statement.html | if-statement.js |
5b | If Statement with Function | if-statement-with-function.html | if-statement-with-function.js |
6 | Using If... Else Statements | if-else-statement.html | if-else-statement.js |
7 | Using Switch Statements | switch-statement.html | switch-statement.js |
8 | Using For Loops | for-loop.html | for-loop.js |
9 | Using While Loops | while-loop.html | while-loop.js |
10 | Using Do While Loops | do-while-loop.html | do-while-loop.js |
11 | Example | example.html | example.js |