Date: Aug 10 - Dec 22, 2020
Author: Tif Taylor
About: This repo is set up for Code Fellows 301 and 401 course daily paired programming code challenges. Below is a list that notates the partner for that challenge and a link to the challenge code in this repo.
Resources:
- For the reduce challange, I evaluated and refactored my challenge code with this guys file I found on google as a starting point. I did share my deduced result with the group per their request.
- For the split reduce I talked with Matthew and used this resource
- For day 12 challenges I used this StackOverflow post and my table mates.
- Used MDN Page for the string.includes() method
- For solving sort for properties in objects in an array I used this as reference
The links below link to the challenge JS file
Week | Dates | M | T | W | Th | F |
---|---|---|---|---|---|---|
1 | 10/12/20 - 10/16/20 | CC01 | CC02 | CC03 | CC04 | CC05 |
2 | 10/19/20 - 10/23/20 | CC06 | CC07 | CC03 | CC04 | CC05 |
3 | 10/26/20 - 10/30/20 | CC01 | CC02 | CC03 | CC04 | CC05 |
4 | 11/02/20 - 11/06/20 | CC01 | CC02 | CC03 | CC04 | CC05 |
5 | 11/09/20 - 11/13/20 | CC01 | CC02 | CC03 | CC04 | CC05 |
6 | 11/16/20 - 11/20/20 | CC01 | CC02 | CC03 | CC04 | CC05 |
7 | 11/23/20 - 11/27/20 | CC01 | CC02 | CC03 | CC04 | CC05 |
8 | 11/30/20 - 12/04/20 | CC01 | CC02 | CC03 | CC04 | CC05 |
9 | 12/07/20 - 12/11/20 | CC01 | CC02 | CC03 | CC04 | CC05 |
Day | Date | Title |
---|---|---|
M | 08/10/20 | forEach |
T | 08/11/20 | Value vs. Reference |
W | 08/12/20 | Sort |
T | 08/13/20 | RegEx |
F | 08/14/20 | Array & String |
M | 08/17/20 | Object Iteration |
T | 08/18/20 | Map |
W | 08/19/20 | Filter |
T | 08/20/20 | Reduce |
F | 08/21/20 | Chaining Methods |
M | 08/24/20 | RegEx Part 2 - Validation |
T | 08/25/20 | 2D Arrays |
W | 08/26/20 | Includes, Every, Substring, charAt |
T | 08/27/20 | Review |