Momentum logo
Team 3 Classroom

JavaScript Arrays

Posted on Jul 21st, 2020

Today’s topics

  • Using arrays
  • Iteration: using loops with arrays
  • Transforming arrays with map, reduce, and filter

Project

JavaScript Problem Set 2

Link to the assignment invitation

⭐️EXTRA/TMI

Code, slides, and video from class

JavaScript: Basics

Posted on Jul 20th, 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

Class Material