JSFiddle - React, Tailwind, and code Playground by vjeux July 17, 2013 JavaScript function f() { console.log(this); } f.bind('first').bind('second', 1, 2, 3)()