Please review the following resources before lecture:
To complete this assignment, you must have Docker and VS Code with the Dev Containers extension installed.
For this assignment, you will complete a quiz by modifying a TypeScript application. Within the quiz project, there are tests that you will need to make pass in order to submit your answers. Here are the instructions for completing the assignment:
Reopen in Container
when prompted.cd lesson_02/quiz
npm install --prefix ../../lib/javascript/codedifferently-instructional
npm install
npm start
quiz
sub-directory using the terminal:
npm run test