Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 427 Bytes

File metadata and controls

10 lines (8 loc) · 427 Bytes

Random Quote Generator

Full-stack project #1

  1. Generate a random number within array.length to target a random quote from an array
  2. Generate a random background color and apply to the page everytime when a new quote is loaded
  3. Access to an object in an array, target properties and value in it
  4. Print out the results with '.innerHTML'
  5. 'setInterval' for automatically recall the function
  6. Click event-listener