You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
355 B
355 B
animal
// usage
chance.animal()
chance.animal({type: 'zoo'})
Generate a random animal
chance.animal();
=> 'Cobra'
Default is any type of animal.
Optionally specify a specific type of animal
chance.animal({type: 'zoo'});
=> 'Lion'
Allowed types are: ocean
, desert
, grassland
, forest
, farm
, pet
, and zoo