Momentum logo
Team 8 Classroom

JavaScript Basics

Posted on May 17th, 2021

Today’s topics

  • Basic programming concepts in JavaScript
  • Using variables, data types, conditionals, loops, and functions

🎯 Project: JavaScript Problem Set 1

This is due tomorrow.

Link to the assignment invitation

✅ TODO Today

  1. Read So You Want to Be a Wizard by Julia Evans
  2. Read MDN JavaScript Basics
  3. Check out these basic practice exercises for a warm-up. Clone that repo to work on the exercises locally. You do not need to turn this in.
  4. JavaScript Problem Set 1

🔖 Resources

🦉 Code & Notes

Back to home