RESTIKA
1// My Personal Info
2const name = 'Yuda Dwi Restika';
3let location = 'Wonosobo, Indonesia';
4
5// Top Skills
6const skills = {
7 basics: ['html','css','Javascript']
8 languages: ['TypeScript'], // still learning this...
9 frameworks: [
10 'React',
11 'Next.js', // still learning this...
12 'Tailwind CSS',
13 'Node.js',
14 ],
15 databases: ['MySql'],
16 tools: ['Figma', 'Version Control', 'Rest API']
17};
18
19// Fun Facts
20const interests = ['Programming', 'Anime', 'Video Games', 'Sedekah'];
21