Homework Week 3
Introduction
Once again, this week introduced lots of new syntax and programming concepts, which should hopefully supercharge what you’re able to do with JavaScript!
This week will be pretty much entirely practice-based. For the regular homework, we have more FCC exercises, and in the bonus homework this week, you’ll get to try some fun exercises to practice putting it all together!
Assignment
1) freeCodeCamp exercises | 1 hour
Once again, we have some exercises from freeCodeCamp to give you some more practice at using this new syntax.
- Use conditional logic with if statements
- Comparison with the equality operator
- Comparison with the greater than or equal to operator
- Introducing else statements
- Introducing else if statements
- Increment a number with JavaScript
- Iterate with while loops
- Iterate with for loops
- Count backwards with a for loop
- Modify array data with indexes
- Manipulate arrays with push()
- Store multiple values in one variable with arrays
- Access array data with indexes
- Iterate through an array with a for loop
- Build JavaScript objects
- Accessing object properties with the dot notation
- Updating object properties
- Manipulating complex objects
2) Week 3 Feedback | 2 mins
Fill out the form for this week’s feedback form here. This will include some standard feedback that you’ll be asked every time, as well as some specific questions for this week.
This will be helpful for me to tweak the course as we go along, and will help me to flag any topics which were confusing, which I should revisit in future lectures.