Skip to content

Instantly share code, notes, and snippets.

@sota1235
Last active February 7, 2016 02:35
Show Gist options
  • Save sota1235/9b7abd006a5549d14ac1 to your computer and use it in GitHub Desktop.
Save sota1235/9b7abd006a5549d14ac1 to your computer and use it in GitHub Desktop.
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