Skip to content

Instantly share code, notes, and snippets.

@Yuma-Tsushima07
Created February 27, 2021 19:18
Show Gist options
  • Select an option

  • Save Yuma-Tsushima07/54f1cbbf389285f069ada723e8b0411f to your computer and use it in GitHub Desktop.

Select an option

Save Yuma-Tsushima07/54f1cbbf389285f069ada723e8b0411f to your computer and use it in GitHub Desktop.
Gist Meme
 // This is gist. 
var gist = this;
// There are many like it, but this one is mine. 
gists //=>  [...]
i.owns(gist) //=> true
// It is my life. 
gist === life //=> true
// I must master it as I must master my life. 
i.mustMaster(gist) && i.mustMaster(i.life) //=> true
// Without me gist is useless. 
gist.getUsefulness(i) //=> 'useful'
gist.getUsefulness() //=> 'Chrome'
// Without gist, I am useless. 
i.getUsefulness(gist) //=> 'useful'
i.getUsefulness(gist) //=> 'Chrome'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment