Skip to content

Commit 433a096

Browse files
authored
Update 02. If Statements.md
1 parent 587713a commit 433a096

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

‎02. If Statements.md‎

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,7 @@ In JavaScript we have the following conditional statements:
88
* Use switch to specify many alternative blocks of code to be executed
99

1010

11-
12-
13-
14-
15-
16-
17-
18-
19-
**Basic of If Structure**
11+
##Basic of If Structure
2012
```js
2113
Default Structure--we should use
2214
if (){

0 commit comments

Comments
(0)