UNPKG

onedionys-animal-elephant

Version:

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

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