Naming variables

Report a typo

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;
}
Select one or more options from the list
___

Create a free account to access the full topic