Skip to content

Instantly share code, notes, and snippets.

@shikumiya-hata
Created October 21, 2020 08:33
Show Gist options
  • Save shikumiya-hata/34d7df363eeaaa4ed43fa244518ead88 to your computer and use it in GitHub Desktop.
Save shikumiya-hata/34d7df363eeaaa4ed43fa244518ead88 to your computer and use it in GitHub Desktop.
class Foo {
static hoge() {
console.log('Foo#hoge()')
return true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment