Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 250 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 250 Bytes

Quote Generator

Towards my attempt to learning JS

This is a quote generator with JS and HTML, CSS for styling.

The JS stores few quotes in an array and displays a random element.

A JS function to print a quote is triggeren onClick of a button.