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

Skip to content

Commit 7e3229b

Browse files
committed
minor text formatting tweaks
1 parent 0ee3944 commit 7e3229b

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.vscode/settings.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@
55
"editor.detectIndentation": false,
66
"editor.tabSize": 2,
77
"cSpell.words": [
8-
"Codewars",
8+
"Debouncing",
99
"Maartje",
10-
"Maartje's",
1110
"blabla",
12-
"roverjs"
11+
"codewars",
12+
"keyup",
13+
"maartje's",
14+
"roverjs",
15+
"taalmap",
16+
"trollface"
1317
]
1418
}

Week3/MAKEME.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ Go over your homework one last time:
175175
- Have you used `const` and `let` and avoided `var`?
176176
- Do the variable, function and argument names you created follow the [Naming Conventions](../../../../fundamentals/blob/master/fundamentals/naming_conventions.md)?
177177
- Is your code well-formatted (see [Code Formatting](../../../../fundamentals/blob/master/fundamentals/naming_conventions.md))?
178+
- Have you resolved all issues flagged by ESLint and the spell checker (no wavy red and green underlines in VSCode)?
178179

179180
If the answer is 'yes' to all preceding questions you are ready to follow these instructions:
180181

Week3/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ In week three we will discuss the following topics:
77
• Callbacks
88
```
99

10-
### Here are resources that we like you to read as a preparation for the coming lecture:
10+
## Here are resources that we like you to read as a preparation for the coming lecture:
11+
12+
### Closures
1113

12-
#### Closures
1314
- [Closures](http://javascriptissexy.com/understand-javascript-closures-with-ease/)
1415
- [MDN Closures](https://developer.mozilla.org/en/docs/Web/JavaScript/Closures)
1516

16-
#### Design patterns
17+
### Design patterns
18+
1719
- [Learning JavaScript Design Patterns](https://addyosmani.com/resources/essentialjsdesignpatterns/book/#detailnamespacing) up to and including chapter 3
1820

1921
_Please go through the material and come to class prepared!_

0 commit comments

Comments
 (0)