Momentum logo
Team 2 Classroom

JavaScript Basics

Posted on May 25th, 2020

Today’s topics

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

Project

JavaScript Problem Set 1

Link to the assignment invitation

TODO

  1. Read So You Want to Be a Wizard by Julia Evans
  2. MDN JS First Steps - The “Guides” section on this page is a good place to start familiarizing yourself with the basics of JS. You can jump in to whatever topic on that Guide list looks interesting to you.
  3. JavaScript homework: problem set 1

⭐️EXTRA/TMI

Code, slides, and video from class

Back to home