aralroca / vidBits

Project for TDD course from CodeAcademy
1 stars 0 forks source link

summary #4

Open cjessett opened 6 years ago

cjessett commented 6 years ago

(Meets Expectations) Overall, nice work.

Remember to omit callback arguments that aren't used and that you only need an async function if there is an await call.

Again, nice use of object destructuring, your code is clean and easy to follow, nice job.

aralroca commented 6 years ago

Thank you! I'm going to fix the two things that you comment!