IMPORTANT: Make sure to read the [Outreachy participant instructions](https://www.mediawiki.org/wiki/Outreachy/Participants) and [communication guidelines](https://www.mediawiki.org/wiki/New_Developers/Communication_tips) thoroughly before commenting on this task. This space is for project-specific questions, so avoid asking questions about getting started, setting up Gerrit, etc. When in doubt, ask your question on [Zulip](https://www.mediawiki.org/wiki/Outreach_programs/Zulip) first!
This is the first task for T347259: Addressing the Lusophone technological wishlist proposals.
**Objective of the task:** Create a JavaScript script to manipulate a json object and print it in a human legible format.
**Steps:**
# You should create an account in Github, if you don't already have one. You can do so at https://github.com/signup.
# You should download this mockup HTML file: {F37853138}
# Change the variable `YOUR NAME` to your identification (it doesn't need to be your real name).
# Based on the input provided, create and write your javascript code below the `YOUR CODE HERE` mark.
# Your javascript code needs to get the data from the `data` variable and print them into the HTML element with `#results` ID in the following format:
### `Article "ARTICLE TITLE" (Page ID PAGEID) was created at MONTH DAY, YEAR.`
### e.g. `Article "André Baniwa" (Page ID 6682420) was created at September 12, 2021.`
# Commit your HTML file to GitHub and send us a link to it (by email, on our talk page, or replying to this tickect, as you prefer).
# **Make sure** to also register it as a contribution on the Outreachy website! We'll send you a reply to say whether it is accepted or not.