Modified file Animal.js to render embedded animal caretaker in JSX
Steps to Review
Checkout this branch locally.
git fetch --all
git checkout branchname
Open a new Terminal tab (⌘T or Ctrl+Shift+T) and navigate to the server directory.
Test app functionality.
Instructions for how reviewer can test functionality, and detailed description of what the expected outcome is.
Example: When user does BLANK, then BLANK should happen.
View code file.
Confirm file modifications are present as indicated above.
Confirm no unused code or extraneous comments exist.
Changes Made
Animal.js
to render embedded animal caretaker in JSX Steps to Review