fruit-randomizer1
v0.0.1
Published
Gets random fruit(s) from a list of fruits
Readme
fruit-randomizer-package
This package gives you two methods. One gives you a fruit name in singular form from the array of fruits you give it => randomFruit(); The second gives you an array of fruits with the quantity you tell it => randomFruits(qt = 5); The default value will be 5, if you don't specify
Installation
npm install fruit-randomizer1
