Open cjessett opened 6 years ago
(Meets Expectations) Overall, nice work.
Remember to prefer template literals and to omit callback arguments that aren't used. Also, remember to use object destructuring to simplify variable assignment.
Otherwise, your code is clean and easy to follow, nice job.
thnks!!
(Meets Expectations) Overall, nice work.
Remember to prefer template literals and to omit callback arguments that aren't used. Also, remember to use object destructuring to simplify variable assignment.
Otherwise, your code is clean and easy to follow, nice job.