Skip to content

Instantly share code, notes, and snippets.

@shikumiya-hata
Created October 21, 2020 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shikumiya-hata/51f45e18c6ddd789913bd1a30be103e7 to your computer and use it in GitHub Desktop.
Save shikumiya-hata/51f45e18c6ddd789913bd1a30be103e7 to your computer and use it in GitHub Desktop.
this.a = 1
var b = 2
let c = 3
const d = 4
function e() {
return 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment