Momentum logo
Team 8 Classroom

Js For React

Posted on Jul 6th, 2021

βš›οΈ Welcome back to Front-End Development!

Congratulations on your desicion to continue your journey at Momentum as a front-end developer! During Phase 3 we are going to take a dive into a popular JavaScript framework called React, which is used to build single-page applications. Before we jump into the deep waters of React development, let’s dip our toes into some JavaScript ES6 and reaquaint ourselves with JS syntax and logic.

πŸ“– Read | πŸ“Ί Watch | 🎧 Listen

These are required readings, videos, and/or podcasts. Read, watch, or listen, take notes, and come prepared to discuss.

πŸ’» Write Code

You are not required to turn in a lab assignment (Yay!), although you are encouraged to work in pairs.

pairs = [
  ('Shaune', 'Logan'),
  ('Greg', 'Brian'),
  ('Sara', 'Roan'),
]

Pick 1-3 exercises from this list on Exercism.io JavaScript Track:

  • Isogram
  • Scrabble Score
  • ETL
  • Simple Cipher
  • Hamming
  • Gigasecond
  • Grade School

πŸ”– Helpful resources:

Back to home