There are several projects in this repo. Make a new branch for each project. This might feel challenging at first, so this is a good problem to bring to class to work on in groups with mentors.
Don't make one giant PR with all your work in for the module. Make a separate PR for each assignment.
How to review
Complete your PR template
Ask for review from a classmate or mentor
Make changes based on their feedback
Review and refactor again once the coursework solutions are released.
From Module-JS3 created by SallyMcGrath: CodeYourFuture/Module-JS3#36
Link to the coursework
https://github.com/CodeYourFuture/Module-JS3/tree/main/array-destructuring
Why are we doing this?
Array destructuring is very useful and used a lot in React.
https://www.freecodecamp.org/news/array-destructuring-in-es6-30e398f21d10/
Maximum time in hours (Tech has max 16 per week total)
1
How to submit
There are several projects in this repo. Make a new branch for each project. This might feel challenging at first, so this is a good problem to bring to class to work on in groups with mentors.
Don't make one giant PR with all your work in for the module. Make a separate PR for each assignment.
How to review