What variables are named according to the Airbnb JavaScript Style Guide recommendations?
function getAnimal() {
const SMALLELEPHANT = null;
const my_cat = null;
const Mydog = null;
const myParrot = null;
const MyHamster = null;
const get_animal_size = null;
const getAnimalAge = null;
}