Skip to content

Instantly share code, notes, and snippets.

@alexesca
Last active June 11, 2020 02:24
Show Gist options
  • Save alexesca/ae0aa0dadfb0122fcf63d736cc38466b to your computer and use it in GitHub Desktop.
Save alexesca/ae0aa0dadfb0122fcf63d736cc38466b to your computer and use it in GitHub Desktop.
var a = {
sayHello(){
console.log("hello")
}
}
var b = {
sayHello: function(){
console.log("hello")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment