Skip to content

Instantly share code, notes, and snippets.

@tomaszpolanski
Last active June 2, 2017 12:16
Show Gist options
  • Save tomaszpolanski/3133f12bcd300ec0261648fa50589187 to your computer and use it in GitHub Desktop.
Save tomaszpolanski/3133f12bcd300ec0261648fa50589187 to your computer and use it in GitHub Desktop.
Gist of comparison
╔══════════╦═════════════════╦═══════════════╦═══════════════╗
║ Function ║ Receiver (this) ║ Argument (it) ║ Result ║
╠══════════╬═════════════════╬═══════════════╬═══════════════╣
║ let ║ this@MyClass ║ String("...") ║ Int(42) ║
╚══════════╩═════════════════╩═══════════════╩═══════════════╝
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment