Skip to content

Commit

Permalink
Update W16D04
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasx committed Jan 27, 2025
1 parent 74c9cdd commit fee2e21
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
7 changes: 6 additions & 1 deletion curriculum/modules/javascript/misc/_w16d04/_w16d04.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ title: "Objects: Study & Practice"

### Schedule

- **Watch the lectures**
- **Study the suggested material**
- **Practice on the topics and share your questions**

### Study Plan

Today we'll start with some exercises and then move on to practice what we've covered yesterday (feel free to experiment with the concepts and write code to get familiar with those concepts, e.g. `Object.freeze`, `Object creators`, etc.)

Here are the 2 exercises you must complete and submit today:
- [Exercise 1](https://github.com/in-tech-gration/WDX-180/tree/main/curriculum/week16/assets/code/day04/exercise1-higher-order-function){:target="_blank"}
- [Exercise 2](https://github.com/in-tech-gration/WDX-180/tree/main/curriculum/week16/assets/code/day04/exercise2-tictactoe){:target="_blank"}

### Summary

### Exercises
Expand Down
11 changes: 9 additions & 2 deletions curriculum/week16/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,11 +437,18 @@ title: Week 16 | Intermediate JavaScript

### Schedule

- **Watch the lectures**
- **Study the suggested material**
- **Practice on the topics and share your questions**

<!-- Study Plan -->
### Study Plan

Today we'll start with some exercises and then move on to practice what we've covered yesterday (feel free to experiment with the concepts and write code to get familiar with those concepts, e.g. `Object.freeze`, `Object creators`, etc.)

Here are the 2 exercises you must complete and submit today:


- [Exercise 1](https://github.com/in-tech-gration/WDX-180/tree/main/curriculum/week16/assets/code/day04/exercise1-higher-order-function){:target="_blank"}
- [Exercise 2](https://github.com/in-tech-gration/WDX-180/tree/main/curriculum/week16/assets/code/day04/exercise2-tictactoe){:target="_blank"}

<!-- Summary -->

Expand Down

0 comments on commit fee2e21

Please sign in to comment.