Skip to content

Instantly share code, notes, and snippets.

@mishelashala
Created December 10, 2015 16:57
Show Gist options
  • Save mishelashala/01d056e13353342348ee to your computer and use it in GitHub Desktop.
Save mishelashala/01d056e13353342348ee to your computer and use it in GitHub Desktop.
var reader = {
data: 'Lorem Ipsum',
log() {
console.log(this.data);
}
};
reader.log(); // 'Lorem Ipsum'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment