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
- More about [closures](https://www.reddit.com/r/learnjavascript/comments/1v6n8p/closure_explain_likei_am_in_high_school/?st=ixsp0mbe&sh=5526d150)
12
12
- A VERY popular [StackOverflow article](http://stackoverflow.com/questions/111102/how-do-javascript-closures-work)
13
13
14
-
###Step 1: Scope and Closures
14
+
## Step 1: Scope and Closures
15
15
16
16
> Let's continue to learn a little more about scope and Closures.
17
17
@@ -83,7 +83,7 @@ writeDataToFile(data);
83
83
```
84
84
85
85
86
-
###Step 2: Feedback
86
+
## Step 2: Feedback
87
87
88
88
- Create at least 2 issues (bug / feature / code improvement) on another teams github repository. Do this in pairs.
89
89
- 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