UNPKG

coreenmo-animal-elephant

Version:

coreenmo (Animal Elephant) - Function to display the name of the Elephant animal and only one animal name is displayed.

6 lines (4 loc) 80 B
function getAnimal() { return "Elephant" } module.exports = { getAnimal };