Random quotes Async/Await
- Show 5 random quotes from https://goquotes.docs.apiary.io/
- Example: https://goquotes-api.herokuapp.com/api/v1/random?count=5
- Display each quote in a
blockquote
tag
// random quotes
const quotesUrl = 'https://goquotes-api.herokuapp.com/api/v1/random?count=5';