- Fork and clone this problem set.
For Short Responses:
-
Navigate to the
short-responses
folder. Write your responses directly in theshort-response.md
file. Be sure to format your responses and code snippets correctly using Markdown. As you commit and push changes, you will see your rendered markdown on GitHub. -
When you are done with both sections. Push your final commits and open a PR.
For Coding Exercises:
-
Navigate to the
coding-exercises
folder to complete the coding exercises. -
There are several questions.
-
Skeleton HTML files (
index.html
), an empty JavaScript file (app.js
), and a pre-filled styling sheet (styles.css
) have been created for you. It is your job to write code that meets the problem requirements listed in the ` README.Note: You are not done with your exercises until you meet the requirements laid out in each exercise.
- This is open book, open note, open documentation, open console. Use your resources. Just don't use your neighbor. 😉
- Pay close attention to your spelling and grammar. For short responses, if you want to take advantage of spell check, etc., you can always type in a word document first and then copy your responses over.
- I'm looking for clarity and conciseness. Answer the questions as directly as you possibly can, in as few words as you possibly can, while using as precise of language as you possibly can.
You must open your pull request by 9AM on Wednesday, February 26 in order to begin your Unit 6 Project