Skip to content

Latest commit

 

History

History
176 lines (106 loc) · 3.23 KB

index.md

File metadata and controls

176 lines (106 loc) · 3.23 KB
title
Week 18 | Intermediate JavaScript

Week 18 | Intermediate JavaScript

{% assign week_num = 18 | to_integer %}

{% if week_num > 0 %}

  {% assign previous_week_num = 18 | to_integer | minus: 1 | prepend: '00' | slice: -2, 2 %}

  <a href="../week{{ previous_week_num }}">Week {{ previous_week_num }} &#8678;</a>
{% endif %}

Updated: 29/1/2024

{% if week_num <= 36 %}

  {% assign next_week_num = 18 | to_integer | plus: 1 | prepend: '00' | slice: -2, 2 %}

  <a href="../week{{ next_week_num }}">&#8680; Week {{ next_week_num }}</a>
{% endif %}


Week 18 - Day 1 | Intermediate JavaScript

Schedule

  • Lecture: Intermediate JavaScript
  • Practice
  • Work on Project (Group/Personal)

Week 18 - Day 2 | Group Project

Schedule

  • Work on Project (Group/Personal)

Week 18 - Day 3 | Intermediate JavaScript

Schedule

  • Lecture: Intermediate JavaScript
  • Practice
  • Work on Project (Group/Personal)

Week 18 - Day 4 | Group Project

Schedule

  • Work on Project (Group/Personal)

Week 18 - Day 5 | Intermediate JavaScript

Schedule

  • 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!