🧐
Fancy meeting you here 💻 based in the US.
I'm a full-stack software engineer I like learning new things, and using Vue on my personal projects.
🐱
Also I love cats...const aboutMe = {
name: "Samuel",
topFramework: "Vue",
developerType: "Full-Stack",
location: "New York"
}
Object.keys(aboutMe).forEach(key => {
console.log(`${key} - ${aboutMe[key]}`);
});