Momentum logo
Team 12 Classroom

JavaScript Basics

Posted on Mar 28th, 2022

πŸ—“οΈ 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 (Tuesday) afternoon. We will work on it in class.

Link to the assignment invitation

βœ… TODO Today

  1. Watch Working Smarter: 5 Steps to Getting Unstuck with Rukia Sheikh-Mohamed
  2. Review the notes from class. ⭐ PRO TIP: type out the examples in the notes – not from memory! – and run the code yourself to see what it does. Make some changes and see what happens! πŸ’«
  3. Continue these practice exercises, which we started in class. Get through at least the strings and numbers sections.
  4. The first assignments for this week, due Tomorrow, Tuesday afternoon. We will work on it in class. JavaScript Practice Part 1

πŸ”– Resources

πŸ¦‰ Notes

Back to home