You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/javascript-101/conditional-code.md
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,8 @@
1
1
---
2
-
<<<<<<< HEAD
3
2
chapter : js101
4
3
section: 3
5
4
title: Conditional Code
6
5
attribution: jQuery Fundamentals
7
-
=======
8
-
chapter : "js101"
9
-
section: "3"
10
-
title: "Conditional Code"
11
-
>>>>>>> conditional code md file
12
6
---
13
7
14
8
Sometimes you only want to run a block of code under certain conditions. Flow control — via if and else blocks — lets you run code only under certain conditions.
0 commit comments