Skip to content

Instantly share code, notes, and snippets.

View jrmedina's full-sized avatar
🦖
Pondering

Joshua Medina jrmedina

🦖
Pondering
View GitHub Profile
CHALLENGE: Millions of Numbers
What worked well in your process?
Keeping the approach simple, I knew that we would have to simultaneously be iterating over two different arrays (minimum). Therefore I was able to break this problem down into two iterations which helped me keep track of the data and what was occurring.
What was difficult/where did you struggle?
The struggle I had was knowing that my initial solution wasn't the most efficient, after the recursion lesson I felt like this was a prime opportunity to implement. However, that was easier said than done - I was not able to determine what my base case would be.
What feedback/discussion did you have with your peer?
We shared our solutions and it seemed as if we all had the same approach which was a double iteration. However, Eddie's use of `new Set` was an interesting way of removing duplicates.

React Router Prework

This gist contains a short assignment I'd like everyone to complete before our formal lesson. The prework involves reading some of the React Router documentation, and will allow us to keep the lesson more hands on.

Instructions

  1. Fork this gist
  2. On your own copy, go through the listed readings and answer associated questions

You will not be turning this in; it's for your own understanding/learning/benefit 😁

Rock Paper Scissors (updated 6.13.21)

Timeline Goals:

  • 6/8 HTML skeleton/format: RPS

  • 6/8 CSS (Basics)