Skip to content

Instantly share code, notes, and snippets.

@rasikag
Created August 30, 2020 07:21
Show Gist options
  • Save rasikag/529846715a599644211cb3dc6c399000 to your computer and use it in GitHub Desktop.
Save rasikag/529846715a599644211cb3dc6c399000 to your computer and use it in GitHub Desktop.
let tstObj = {
value: 45,
getValue: function () {
return this.value;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment