Created by: rohit2sharma95
noop
function returns a new function every time whenever it is called. So just use the noop
function, not the value returned by it (So that the event handler can remove the same function that was attached before).
Ref: https://github.com/twbs/bootstrap/pull/33451#discussion_r601248762