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.
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.