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

Skip to content

Commit 394d2ae

Browse files
committed
Add call stack link
1 parent 354ab43 commit 394d2ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

JavaScript2/Week5/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Functions advanced
66
- [ ] Function as variable
77
- [ ] Calling a function with a function
8-
- [ ] Code flow
8+
- [ ] Code flow, using the [call stack](../../JavaScript1/Week3/readme.md#call-stack)
99
- [ ] Anonomyous function vs named function
1010

1111
Asynchronicity in js

JavaScript2/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
| Week | Topic | Preparation | Homework |
44
| ---- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | --------------------------------------- |
55
| 4. | Browser environment<br>DOM manipulation <br> DOM event listeners | [Preparation](/JavaScript2/Week4/preparation.md) | [Homework](/JavaScript2/Week4/homework.md) |
6-
| 5. | Functions advanced <br> Asynchronicity in js | [Preparation](/JavaScript2/Week5/preparation.md) | [Homework](/JavaScript2/Week5/homework.md) |
7-
| 6. | Array function <br> Arrow function <br> Higher order functions <br> Functional composition| [Preparation](/JavaScript2/Week6/preparation.md) | [Homework](/JavaScript2/Week6/homework.md) |
6+
| 5. | Functions advanced <br> Asynchronicity in js | [Preparation](/JavaScript2/Week5/preparation.md) | [Homework](/JavaScript2/Week5/homework.md) |
7+
| 6. | Array functions <br> [Arrow function](Week6/readme.md#arrow-function) <br> Higher order functions <br> Functional composition| [Preparation](/JavaScript2/Week6/preparation.md) | [Homework](/JavaScript2/Week6/homework.md) |

0 commit comments

Comments
 (0)