INSTRUCTIONS

  1. CREATE CAT CLASS in the animal.js file
  1. CREATE DOG CLASS in the animal.js file
  1. CREATE USER CLASS in the user.js file
  1. CREATE APPLICATION CLASS in the application.js file
  1. CREATE SHELTER CLASS in the shelter.js file
  1. ADD NECESSARY IMPORTS TO THE index.js FILE

TESTING - run the code inside of the index.js file - make sure you are seeing the expected output on each line!