const name = "Akshansh Srivastav";
const hobbies =
`Full Stack, Open Source, AI/ML,
talking to my code,
Reading Docs (about new tech), uploading on YouTube
annihilating bugs &
Helping People with their code & life`;
const birthPlace = "Uttar Pradesh, India";
const gender = "boy";
const age = 16;
console.log(
`
Hoiii Guys!!! 🐣🐣🐣🐣🐣
I'm ${name} a ${age} year old ${gender},
from ${birthPlace}. and,
I love to do ${hobbies}.
`
);👨💻 Terminal →
Problems: 0 🐛 | Status: Winning 👑
$ node info
Hoiii Guys!!! 🐣🐣🐣🐣🐣
I'm Akshansh Srivastav a 16 year old boy,
from Uttar Pradesh, India. and,
I love to do Full Stack, Open Source, AI/ML,
Reading Docs (about new tech), uploading on YouTube
annihilating bugs &
Helping People with their code & life.
$


