▲ Binding objects to functions at www.jstips.co▼2 up and 0 down, posted by loverajoel 2857 days ago 5 comments
xat 2857 days ago. link 1 point ▲ ▼Actually you can't use bind in combination with arrow-functions. The sample code will therefor always output 'undefined'. EDIT: example has been fixed.