Hey, Seungmin here!
My mbti type is INTP
- Reactโก๏ธ
- Frontend Development โจ
class WhoAmI {
constructor() {
this.user = 'Seugmin Oh';
this.current_work = 'Writing code';
this.hobbies = [
'Body Building',
'Watching Movie',
'Going out to eat good food with nice people'
];
}
getCity() {
return 'Seoul';
}
Ambitions() {
return ['Become a building owner', 'Publishing a book', 'Travel the world'];
// Assume 10 more awesome ambitions here ;)
}
}
- Started learning TypeScript and Next.js!๐ฑ
- Solve Algorithmic Problems with JavaScript.
- Create Todo App.