ES6 Practice - Let, Const, Arrow Functions, Default Arguments, Template Literals
let and const Replace all the vars with let and const. Alter the code however necessary to make sure this continues to work (so the pet's name isn't "John", but instead "spot" is returned). You only need to delete var and insert let and const John is the pet owner,