Skip to content

Latest commit

 

History

History
91 lines (51 loc) · 4.72 KB

week-3-intro-to-javascript.md

File metadata and controls

91 lines (51 loc) · 4.72 KB

Week 3:

Introduction to Javascript (and Programming)

Topics/Todos:

Read the above once you completed the basics and try debugging any scripts you wrote.

  • https://javascript30.com/ - Enroll in this free course and try to complete a minimum of 3 projects a day, to complete the entire course in 2 weeks. Skip the projects including topics that you don't know yet. Cover them in the next week after completing the week's topics.

Important: Store all the projects you do somewhere online. You can use replit, codepen, etc.

  • Week 3 Task 1:

For this task, work in groups of 3 - 5 members. Once you complete all the above tasks, drop a message to reveal the task and start working on it.

Try to complete this initial version of the task ASAP. Once you complete it, drop a message in the batch’s group for the next steps.

Note: Only proceed to the below sections after completing the above task.

Resources:

Students need not refer to every resource given. Select any 1/2 resources for a single topic

Use this website to visualise the JS scripts you write (trying this will be more helpful once you complete looping in JS)

Youtube Videos:

Javascript Courses

Choose 1 - 2 courses to cover this week's topics

GIT:

Weekly Practical Tasks:

Keep these ready at the time of your weekly review

  • https://github.com/TheOdinProject/javascript-exercises Complete all the exercises and push them to a GitHub repo.

  • Share your GitHub profile link

  • Share the link of your website deployed using Github pages

  • Share link to your Javascript30 projects

  • Create a simple web page with a dark and light theme. Try to store the users' preference of dark vs light theme using local storage/session storage and cookies. Store the code using these 3 different approaches in 3 files.