Last active
February 7, 2016 02:35
-
-
Save sota1235/9b7abd006a5549d14ac1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default class Sota extends NewEmployee { | |
constructor() { | |
this.name = "杉浦 颯太"; | |
this.college = "慶應義塾大学 環境情報学部"; | |
this.catch_copy = "三度の飯よりコーディング"; | |
this.eagerness = | |
"たくさん学び、周りと自分自身へと還元していきます"; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment