let personalInfo = {
name: "Nipun Bharti",
email: "[email protected]",
city: "Bengaluru, India"
};
let professionalInfo = {
currentPosition: "Intern",
title: "Software Development Engineer",
company: "Mate Labs"
};
let programmingStuffIKnow = [
"JavaScript",
"Python",
"Node",
"React",
"Redux",
"C/C++"
];
let interests = [
"JavaScript",
"Scaling Software Systems",
"Async programming"
];
You can reach out to me at following