Skip to content

Commit c1a5acf

Browse files
Rebecca Murpheyajpiano
authored andcommitted
adding attribution
1 parent 3211fd1 commit c1a5acf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

content/javascript-101/conditional-code.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
<<<<<<< HEAD
32
chapter : js101
43
section: 3
54
title: Conditional Code
65
attribution: jQuery Fundamentals
7-
=======
8-
chapter : "js101"
9-
section: "3"
10-
title: "Conditional Code"
11-
>>>>>>> conditional code md file
126
---
137

148
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.

content/javascript-101/loops.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
---
22
<<<<<<< HEAD
3+
<<<<<<< HEAD
4+
=======
5+
>>>>>>> adding attribution
36
chapter : js10
47
section: 4
58
title: Loops
69
attribution: jQuery Fundamentals
10+
<<<<<<< HEAD
711
=======
812
chapter : "js10"
913
section: "4"
1014
title: "Loops"
1115
>>>>>>> loops md file
16+
=======
17+
>>>>>>> adding attribution
1218
---
1319
Loops let you run a block of code a certain number of times.
1420

0 commit comments

Comments
 (0)