Note Taking App Assignment
Posted on Jul 30th, 2020
Posted on Jul 30th, 2020
Posted on Jul 29th, 2020
The link below is to a near-copy of the assignment you’ve been working on, but with some instructions for adding objects. It’s not really a “new” assignment, but crteating a new assignment seemed like a convenient way to provide the instructions (and a convenient way to provide you with a new working directory if you want to try a different approach). Link to assignment invitation
Posted on Jul 29th, 2020
Posted on Jul 28th, 2020
layout: post title: ‘Monday Lecture Videos’ tags: phase-1 javascript js forms html form-validation js-basics —
Posted on Jul 28th, 2020
For this assignment, there is no code to write and no repo to clone. Your assignment is to debug the weekend homework together in pairs and commit your debugged code. Please note in a commit message the name of the person who helped you debug!
There’s a an awesome article about stacks, which we encounter in a stack trace in our debugging adventures, in Vaidehi Joshi’s BaseCS blog series. It’s not necessary to read this to understand debugging, but if you want some more information about terminology and what’s really happening, it’s great!