Exercise: Big Ol' Twitter Object
Check out app.js. This is a JSON response of a tweet from the twitter api.
Answer the following questions and list the expression used to retrieve the value and answer the question.
Questions
- Does this tweet have any favorites?
- When was is 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?
- Do you follow them?
- What is the URL of their website?
- How many tweets do they have?