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

Skip to content

Commit f890f82

Browse files
authored
MAKEME.md
1 parent e5f846e commit f890f82

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Week3/MAKEME.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
# Homework JavaScript Week 3
1+
# Assignment JavaScript Week 3
22

33
## **Todo list**
44

55
1. Practice the concepts
66
1. Prep exercises
7-
1. Homework exercises
7+
1. Assignment
88
1. Extra: Challenges (Optional)
99

1010
## **1. Practice the concepts**
1111

12-
Before we head into the homework exercises, it might be nice to do some interactive exercises first! In the following resource you'll find some exercises that'll teach you all about higher order and array functions!
12+
Before we head into the assignment, it might be nice to do some interactive exercises first! In the following resource you'll find some exercises that'll teach you all about higher order and array functions!
1313

1414
- [Learn JavaScript: Higher Order Functions](https://www.codecademy.com/courses/introduction-to-javascript/lessons/higher-order-functions/exercises/introduction)
1515
- [Learn JavaScript: Iterators](https://www.codecademy.com/courses/introduction-to-javascript/lessons/javascript-iterators/exercises/intro)
1616

1717
## **2. Prep exercises**
1818

19-
> Prep exercises are exercises that you should work on _before_ the session on Sunday. These are a little more difficult or show an important concept and as such are a great exercise to talk about with your class and your Q&A mentor. Have a solution ready by Sunday as you may be asked to show what you did.
19+
> Prep exercises are exercises that you should work on _before_ the session on Sunday. These are a little more difficult or show an important concept and as such are a great exercise to talk about with your cohort and your Q&A mentor. Have a solution ready by Sunday as you may be asked to show what you did.
2020
2121
Inside your `JavaScript` fork, go to the folder `Week3`. Inside of that folder, navigate to `/prep-exercises`. For each exercise, you will find a separate folder. The `README` explains what needs to be done. There will also be some questions at the bottom to think about. Go through them _before_ the session on Sunday as it will be covered then.
2222

23-
## **3. Homework exercises**
23+
## **3. Assignment**
2424

25-
This week we expect you to do the exercises in the corresponding module/week folder (JavaScript / Week 3). Have a look at the [homework guide](https://github.com/HackYourFuture/JavaScript/blob/main/hand-in-homework-guide.md) to see how to hand in your homework.
25+
This week we expect you to do the exercises in the corresponding module/week folder (JavaScript / Week 3). Have a look at the [assignment guide](https://github.com/HackYourFuture/JavaScript/blob/main/hand-in-assignments-guide.md) to see how to hand in your assignment.
2626

27-
_NOTE: do NOT forget to checkout the main branch before creating the branch for this week. Otherwise your previous homework will be a part of the PR_
27+
_NOTE: do NOT forget to checkout the main branch before creating the branch for this week. Otherwise your previous assignment will be a part of the PR_
2828

2929
## **4. Extra: Challenges (Optional)**
3030

0 commit comments

Comments
 (0)