title |
---|
Week 17 | Intermediate JavaScript |
{% assign week_num = 17 | to_integer %}
{% if week_num > 0 %}
{% assign previous_week_num = 17 | to_integer | minus: 1 | prepend: '00' | slice: -2, 2 %}
<a href="../week{{ previous_week_num }}">Week {{ previous_week_num }} ⇦</a>
{% endif %}
{% if week_num > 0 %}
{% assign previous_week_num = 17 | to_integer | minus: 1 | prepend: '00' | slice: -2, 2 %}
<a href="../week{{ previous_week_num }}">Week {{ previous_week_num }} ⇦</a>
{% endif %}
Updated: 29/1/2024
- Lecture: Intermediate JavaScript
- Practice
- Work on Project (Group/Personal)
- Lecture: Intermediate JavaScript
- Practice
- Work on Project (Group/Personal)
- Lecture: Intermediate JavaScript
- Practice
- Work on Project (Group/Personal)
Weekly feedback: Hey, it's really important for us to know how your experience with the course has been so far, so don't forget to fill in and submit your mandatory feedback form{:target="_blank"} before the day ends. Thanks you!
If you are in the mood of enjoying related content during the weekend, check out our weekly recommendations here.