Skip to content

Commit 5fbcd5d

Browse files
authored
Updated styling
1 parent 940177f commit 5fbcd5d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Week3/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
Next week Unmesh will give you your first Git session, please look through the [GIT](https://github.com/HackYourFuture/Gitrepository) and read the learning goals
55

6-
Here are some reading materials explaining the material of the previous class in more detail.
7-
Function call() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/call
8-
Function apply() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/apply
9-
Function bind() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind
10-
Arguments - https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions/arguments
11-
Closures - http://javascriptissexy.com/understand-javascript-closures-with-ease/
12-
Array - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/prototype
13-
strict mode - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode
6+
### Here are some reading materials explaining the material of the previous class in more detail.
7+
- Function call() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/call
8+
- Function apply() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/apply
9+
- Function bind() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind
10+
- Arguments - https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions/arguments
11+
- Closures - http://javascriptissexy.com/understand-javascript-closures-with-ease/
12+
- Array - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/prototype
13+
- strict mode - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode
1414

15-
Read this is preparation for the material taught in the upcoming class
16-
JSON - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON
15+
### Read this is preparation for the material taught in the upcoming class
16+
- JSON - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON

0 commit comments

Comments
 (0)