Momentum logo
Team 3 Classroom

Javascript and Forms

Posted on Jul 27th, 2020

Today’s topics

  • HTML forms
  • Working with form data in JavaScript
  • Client-side form validation with JavaScript

Project

JavaScript Form Validation

Link to the assignment invitation

⭐️EXTRA/TMI

Code, slides, and video from class

Codeland Videos from Last Week

Posted on Jul 26th, 2020

Hope everyone is having great weekend! Last week was Codeland, an annual industry conference that puts extra emphasis on creating space for people new to the industry. All of the talks were recorded, and you can watch them at the link below. I highly reccomend doing so when you get the chance!

Livestream

Codeland

Tags: phase-1

JavaScript and the DOM

Posted on Jul 22nd, 2020

Today’s topics

  • Using JS in the browser
  • The DOM: the Document Object Model
  • DOM manipulation with JS
  • JS Events

Project

JavaScript Calculator

Link to the assignment invitation

⭐️EXTRA/TMI

This resource is really not at all necessary to understand or do the project, but if you want to know more about the concept of tree structures in computer science, check out this piece from Vaidehi Joshi’s BaseCS blog series. She is awesome! There is also a thoroughly delightful accompanying BaseCS podcast with the equally amazing Saron Yitbarek.

And here is more info about what is happening when a browser renders a page – very interesting, but definitely not necessary at this stage:

AND…if you would like to know more about the JavaScript Event Loop and how it works, I highly recommend this resource. Don’t miss the video of the conference talk that goes along with it – it’s excellent:

Code, slides, and video from class