Details
- Duration: 45 minutes
- When: Monday, 11/20/23 from 5:00pm to 5:45pm
- Quiz 2 questions will be sent to you via email at 5:00pm.
- Topics
- REST API conventions
- POST, PUT, PATCH, and DELETE requests with
fetch
- Reusable component patterns
- You can use previous assignments, notes, assignment solutions, and the internet to look things up. You are NOT ALLOWED to communicate with anyone in or outside of the class by any means.
Create a Secret GitHub Gist named lastname-firstname-quiz-2.md
(.md
stands for Markdown) and replace lastname
with your last name and firstname
with your first name. Put your answers in that file structured like this sample. Click on the "Raw" button to see what the underlying Markdown code looks like. Note how the code is wrapped in a Fenced Code Block (the triple backticks) with syntax highlighting ("js" is after the triple backticks which specifies that the code in the fenced code block is JavaScript). The number of questions in the sample file does not necessarily reflect how many questions there will be on the quiz.