Exercise: Big Ol' Twitter Object

Open the browser console to view a JSON response from the twitter API.

This object is stored in a global variable called `tweet`. How can you access it?

Answer the following questions and type out the expression used to retrieve the value and answer the question.

Questions

Question Answer
Does this tweet have any favorites?
When was it created?
How many URL's does this tweet have?
What is its short url?
Which hashtags, if any are used?
What is the name of the person who tweeted this?
Does the the person viewing the tweet follow them?
What is the URL of their website?