/* Create 2 variables related to your dog. Make one of them its age and update it by one. Log out all the values in a friendly way of your choosing. */
1
2
3
4
5
6
// Challenge: It your Dog's Birthday!
/*
Create 2 variables related to your dog. Make one of them its age and update it by one.
Log out all the values in a friendly way of your choosing.