Skip to content

Instantly share code, notes, and snippets.

@mohanadkaleia
Last active April 13, 2018 03:23
Show Gist options
  • Save mohanadkaleia/aee3a9b5c066ca73d42e53b1b2744905 to your computer and use it in GitHub Desktop.
Save mohanadkaleia/aee3a9b5c066ca73d42e53b1b2744905 to your computer and use it in GitHub Desktop.
let user = {
name: 'Mohanad',
sayHi: function() {
console.log(`Hi ${this.name}`)
}
}
user.sayHi();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment