Description : Quote generator built with vanilla javascript
- Selectors : document.querySelector();
- EventListener : addEventListener();
- Math object
- Adding text to an element: innerText;
- code: https://github.com/mohit-negi/javascript-quote-generator
- Live: https://mohit-negi.github.io/javascript-quote-generator/
Process:
- set different variables to seleect different elements
- Add an array(more like structure(in c)) of Quotes containing various quotes and the author
- Add a Event listener to the button add a function to it
- Function generates a random number depending upon the length of the array or structure containing quotes which then adds or edits the innertext and add quotes and their author to the div