add new files and folders to your javascripts folder.
--A helpers folder that should contain a util.js file for your printToDom code
--the helpers folder should also contain another folder inside called Data which will have a file called tamagotchiData.js
--inside the javascripts folder (not the helpers folder) should be another folder called components. In it should be multiple files...
fightForm.jsfoodForm.jssleepForm.jsplayForm.js
add new files and folders to your javascripts folder.
--A helpers folder that should contain a
util.js
file for yourprintToDom
code--the helpers folder should also contain another folder inside called Data which will have a file called
tamagotchiData.js
--inside the javascripts folder (not the helpers folder) should be another folder called components. In it should be multiple files...
fightForm.js
foodForm.js
sleepForm.js
playForm.js