Simple Haiku random generator with each verse with a thematic of "morning", "noon" and "afternoon", in order.
Run the app.js
with Node
node app.js
- Change
randomNumGenerator()
so it can scale with any array length. - Change the prepared verses from array to object, to divide in one block the verses by theme (morning, noon and afternoon).