Open JasonDuquain opened 5 years ago
Technical tasks required:
Add Jasmine test case(s). -DONE
Write the code with node and express to customize the request based on the user's selected choice of an email address for their baby. -DONE
Write code to parse returned data properly. -DONE
Confirm all jasmine test specs pass. -DONE
Notes/lessons learned:
No issues encountered
When conditionally checking for URL query string parameters please continue to use this format:
${(req.body.ext === 'yes' ? '&ext' : '')
User Story:
Technical tasks required:
Add Jasmine test case(s).
Write the code with node and express to customize the request based on the user's selected choice of an email address for their baby.
Write code to parse returned data properly.
Confirm all jasmine test specs pass.
Difficulty Rating: 1