tc39 / proposal-bind-operator

This-Binding Syntax for ECMAScript
1.75k stars 30 forks source link

Isn #52

Open glmdgrielson opened 6 years ago

glmdgrielson commented 6 years ago

Could somebody change the title to say "Isn't this .call?"? I accidentally hit enter.

Wouldn't it be more accurate to say

object::method();

is the same as

method.call(object);