First-class functions: Functions in JavaScript are considered first-class, meaning they are a legitimate data type and can be treated like any other value, including being assigned to variables, ...
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 = ...