#!/usr/bin/env node
const Developer = require('../Developer')
class SoftwareDeveloper extends Developer {
constructor() {
this.name = 'mjkim'
this.role = 'Developer'
this.location = 'Siheung'
this.hobbies = ['playing lostark', 'watching youtube', 'cooking']
}
sayHi() {
console.log('Hello, Thanks for visiting my github!')
}
}
const me = new SoftwareDeveloper()
me.sayHi()
Pinned Loading
-
GitHub Stats
GitHub Stats 1β Total Stars: 2
2β Total Commits: 427
3π Total PRs: 118
4π© Total Issues: 69
5π¦ Contributed to: 11
-
Recent coding in languages
Recent coding in languages -
boostcampwm-2021/web02-booducksound
boostcampwm-2021/web02-booducksound Publicπ₯μ¨λΌμΈ λ Έλ λ§νκΈ° κ²μ νλ«νΌ λΆλμ¬μ΄λ μ λλ€.π₯
-
-
g-magazine-hackaton/g-magazine-fe
g-magazine-hackaton/g-magazine-fe Publicλ‘μΌμ£μ‘ νλ‘ νΈμλ
TypeScript 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.