const profile = {
name: "Verry Kurniawan",
profession: "Software Developer",
skills: ["JavaScript", "React.js", "Next.js", "TypeScript", "Python", "Computer Vision"],
introduction: function() {
return `Hi there! π\n\nI'm a passionate software developer specializing in ${this.skills.join(', ')}. Welcome to my GitHub profile!`;
}
};
console.log(profile.introduction());
- GitHub: github.com/princeofverry
- LinkedIn: linkedin.com/in/verry-kurniawan
- Twitter: twitter.com/verrpy
- Email: vexykrwn@gmail.com