Lorem, ipsum dolor sit amet consectetur adipisicing elit. Est, consectetur!
Lorem ipsum dolor sit amet consectetur adipisicing elit. Rerum, aspernatur.
1// 👨💻 About Me
2const me = {
3 fullName: "PORIYA ASADI",
4 location: {
5 city: "Abadan",
6 country: "Iran"
7 },
8 age: 19,
9 occupation: "Frontend Developer",
10 interests: [
11 "Game",
12 "sport",
13 "Music",
14 "Photography"
15 ],
16 bio: "Passionate 19-year-old computer science student and developer with 4 years of coding experience. When I'm not coding, you'll find me wrestling or hitting the gym — discipline and logic drive everything I do.",
17 phone: "09391521440"
18};