KrisErdahl / bwa-u3-jammming-prj

0 stars 0 forks source link

Summary #4

Open ghost opened 7 years ago

ghost commented 7 years ago

Needs Improvement

You've demonstrated a good intuition in using console.log as a debugging tool. Keep it up! When using promises, you often want to log the parameters in a .then() to determine if the response from the a previous Promise is resolving properly. There's often enough information that you can then search for online and find actionable next steps.

You're close to finish line! It looks like you just need a little more to finish the last bit of functionality.