Code Challenge #3 Attempt 2 -- Rohil's Rad Haiku Generator
Breakdown:
Essentially I am creating a simple program to store and manipulate text.
Click the button to generate a haiku.
Method:
I created three arrays with brief sentences, the program randomly pulls a sentence/phrase from each array and adds them together when you click the button.
The section of the script indexing the list, calling it and randomizing is done with Javascript/JQuery.
Roadblock:
I am struggling to implement a front end section
for users to add their own sentences into the generator.