THOMAS
Copy
1
const
aboutMe
=
{
2
name
:
"Thomas"
,
3
age
:
Seventeen
,
4
location
:
"England"
,
5
occupation
:
"Student"
,
6
hobbies
:
[
"Minecraft"
,
"NFS"
]
,
7
skills
:
[
"Skript"
,
"HTML"
,
"CSS"
]
,
8
socials
:
{
9
discord
:
"@overaude"
,
10
github
:
github.com/Kuxro
,
11
}
12
}
;