title |
---|
Week 15 | Intermediate JavaScript |
{% assign week_num = 15 | to_integer %}
<!-- ADD CHECK FOR WEEK open:true (remove if false) -->
{% if week_num > 0 %}
{% assign previous_week_num = 15 | to_integer | minus: 1 | prepend: '00' | slice: -2, 2 %}
<a href="../week{{ previous_week_num }}">Week {{ previous_week_num }} ⇦</a>
{% endif %}
<!-- ADD CHECK FOR WEEK open:true (remove if false) -->
{% if week_num > 0 %}
{% assign previous_week_num = 15 | to_integer | minus: 1 | prepend: '00' | slice: -2, 2 %}
<a href="../week{{ previous_week_num }}">Week {{ previous_week_num }} ⇦</a>
{% endif %}
Updated: 21/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!