๐ I'm Akshansh Srivastava(aka Mr warriyo).
๐ I'm a Coder/Programmer from India who has aimed to become not the best, but one of the best coders in the country(maybe in the world too ๐).
Ik HTML is not a coding lang it's a markup language :)
const Name = "Akshansh"
const Hobby =
"Learning, Coding, Reading Docs, Watching Anime, Helping People & Using Instagram"
const BornIn = "India"
const Gender = "Male"
const Age = "16"
console.log(
`My Name: ${Name},\nMy Hobbies: ${Hobby},\nMy Birth Place is: ${BornIn},\nMy Gender: ${Gender},\nAge: ${Age}.`
)
Problems: 0 | Error: 0 | Status: Running
Terminal/console โ
$ node info.js
My Name: Akshansh,
My Hobbies: Learning, Coding, Reading Docs, Watching Anime, Helping People & Using Instagram,
My Birth Place is: India,
My Gender: Male,
Age: 16.
$