Random Quote Machine project 7

I need help with to user stories I dont understand?
My quote machine should fetch the new quote's author when the #new-quote button is clicked and display it in the #author element.
I can tweet the current quote by clicking on the #tweet-quote <a> element. This <a> element should include the "twitter.com/intent/tweet" path in it's href attribute to tweet the current quote.
Here is the length to my project on codepen.io:
https://codepen.io/jsamuel1/pen/OeNbXz

I did all the other user stories correct.