profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

JavaScript Classes Method Definition

Example

const obj = {
  foo() {},
  bar() {
    this.foo()
  },
}