
JS Projects for Beginner – Get Random Quote – Get a grip Javascript
The Random Quotes project is fairly simple. Create a simple page with button, When the “Generate Quote” button is pressed, it triggers a change in quote and the author name. In this project i am getting the quotes from api via promise call and update the quote colletion. When the “Generate Quote” button is pressed, respective HTML control value get updated. It uses Math.Floor() and Math.random() methods to display random quotes accross project. for the … Continue reading JS Projects for Beginner – Get Random Quote – Get a grip Javascript