Skip to content

Latest commit

 

History

History
179 lines (107 loc) · 3.16 KB

index.md

File metadata and controls

179 lines (107 loc) · 3.16 KB
title
Week 25 | Advanced JavaScript

Week 25 | Advanced JavaScript

{% assign week_num = 25 | to_integer %}

{% if week_num > 0 %}

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

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

Updated: 1/2/2024

{% if week_num <= 36 %}

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

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


Week 25 - Day 1 | Study & Practice

Schedule

  • Study & Practice
  • Work on Project (Group/Personal)

Week 25 - Day 2 | Live Session

Schedule

  • Live Session
  • Practice
  • Work on Project (Group/Personal)

Week 25 - Day 3 | Study & Practice

Schedule

  • Study & Practice
  • Work on Project (Group/Personal)

Week 25 - Day 4 | Live Session

Schedule

  • Live Session
  • Practice
  • Work on Project (Group/Personal)

Week 25 - Day 5 | Study & Practice

Schedule

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