It is not wrong or broken JavaScript, but it's convention that variables should not start with a capital unless they are a class _ (we will get into what classes are in the future)_. ```js const Dog = ...