Nivedita-coder / JavaScript_Library

Some cool collection of JavaScript codes.
MIT License
5 stars 36 forks source link

Fixed bug: Unresponsive 'Quote' button #43

Closed bradmwong closed 4 years ago

bradmwong commented 4 years ago

Fixed bug where quote button in index.html did not generate any output -called creator.js in index.html -created click listener in creator.js for the quote button -refactored createQuote() function with jQuery to output a random quote on the page -fixed minor spacing issues in index.html