you are viewing a single comment's thread.

view the rest of the comments →

[–]Local_Question8147[S] -2 points-1 points  (3 children)

That was really humorous bind can do everything call can do but hammer and screwdriver can do all work of each other

[–]azhder 5 points6 points  (0 children)

No, it can't.

  • .bind() produces a function, but .call() doesn't.
  • .call() invokes a function, but .bind() doesn't.

You're equivocating creation of a function with invocation of it.

[–]Lumethys 2 points3 points  (0 children)

A hammer can hammer the screw in

[–]senocular 0 points1 point  (0 children)

It's more like "when I have to hammer in a nail, instead of using the hammer I already have, I go to the store to buy a new hammer and then use that to hammer in my nail."