Completion requirements
View
1. Introduction
After completing this module, you are expected to create corresponding branch statements to control flow of program based on a given set of conditions
Recall that during your Grade 8 Computer Science, you can make use of special statements to direct the flow of your code. These special statements are called control statements. JavaScript has several control statements:
- if....else [if].
- switch
- loop
The next section will discuss each control statement.