Write JavaScript code to process the provided tweets variable to answer the questions below.
Log each of the answers to the console.
Write JavaScript code to process the provided tweets variable to answer the questions below.
Display the answers on the page in the designated places.
table element.
The table should have five columns:
"Tweet Id", "Tweet Text", "User Screen Name", "User Followers", and "Tweet Likes".
There should be a row for each tweet.
Include the tweet's id, full text, user screen name, user number of followers, and the tweet's likes count.