Skip to content

Commit f91ee58

Browse files
Rebecca Murpheyajpiano
authored andcommitted
conditional code md file
1 parent c8d752c commit f91ee58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/javascript-101/conditional-code.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
---
2+
<<<<<<< HEAD
23
chapter : js101
34
section: 3
45
title: Conditional Code
56
attribution: jQuery Fundamentals
7+
=======
8+
chapter : "js101"
9+
section: "3"
10+
title: "Conditional Code"
11+
>>>>>>> conditional code md file
612
---
713

814
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

Comments
 (0)