Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4ce648

Browse files
authored
Update LESSONPLAN.md
1 parent a2e202f commit e4ce648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week2/LESSONPLAN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ In programming you have to do a lot of (alomst) similar calculations over and ov
132132

133133
You can check: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Looping_code as well. underneath the paragraph: 'Why bother'
134134

135-
5. What are conditional statements (if/else & switch)
135+
## 5. What are conditional statements (if/else & switch)
136136
### Explanation
137137
The normal order of execution of statements in a computer program is in straight-line order, from top to bottom. However, sometimes it is desirable to execute one or more statements conditionally, i.e. depending on whether some condition – determined by the state of your program – holds true (Boolean expression).
138138

0 commit comments

Comments
 (0)