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

Skip to content

Commit d59c120

Browse files
committed
added headers
1 parent 8a2f0f0 commit d59c120

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Week9/MAKEME.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Homework Week 9
22

3-
### Step 0: Read
3+
## Step 0: Read
44

55
>Read:
66
- JavaScript : [Closures](http://conceptf1.blogspot.nl/2013/11/javascript-closures.html)
@@ -11,7 +11,7 @@
1111
- More about [closures](https://www.reddit.com/r/learnjavascript/comments/1v6n8p/closure_explain_likei_am_in_high_school/?st=ixsp0mbe&sh=5526d150)
1212
- A VERY popular [StackOverflow article](http://stackoverflow.com/questions/111102/how-do-javascript-closures-work)
1313

14-
### Step 1: Scope and Closures
14+
## Step 1: Scope and Closures
1515

1616
> Let's continue to learn a little more about scope and Closures.
1717
@@ -83,7 +83,7 @@ writeDataToFile(data);
8383
```
8484

8585

86-
### Step 2: Feedback
86+
## Step 2: Feedback
8787

8888
- Create at least 2 issues (bug / feature / code improvement) on another teams github repository. Do this in pairs.
8989
- Solve the issue proposed by another students in your github repo. More info [here](https://hackyourfuture.slack.com/files/michahell/F31BX1XT6/Merging_a_local_branch_into_master)

0 commit comments

Comments
 (0)