Y
Hacker News
new
|
ask
|
show
|
jobs
by
jonesetc
4012 days ago
Your parent post skimmed over an important detail, it's not just a new syntax, it's new type of anonymous function with a new type of scope. It's more like:
function(arg) {statement;}.bind(this)