Skip to content

Instantly share code, notes, and snippets.

View yosoynatebrown's full-sized avatar
🏠

Nate Brown yosoynatebrown

🏠
  • Udacity
  • Fort Collins, CO
View GitHub Profile
Day 1:
What worked well in your process?
I started simple, with a brute force solution. I think it can hurt to get too ambitious at the beginning of a technical challenge.
What was difficult/where did you struggle?
I had an idea for implementing binary search since I knew the arrays were sorted, but never finished it.
What feedback/discussion did you have with your peer?
@yosoynatebrown
yosoynatebrown / b2_intermission_work.md
Last active October 9, 2021 19:52 — forked from mikedao/b2_intermission_work.md
B2 Intermission Work Submission

B2 Intermission Work

Answer these Check for Understanding questions as you work through the assignments.

HTML

  1. What is HTML?

Hypertext Markup Language. It provides the basic framework for creating a website.

Checklist/Rubric

To make a copy of this rubric:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

  • I named my directories correctly.