Β© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Aigbiluese Eronmonsele
Software Developer
In this article, I briefly discuss the bind(), call() and apply() methods in JavaScript. These methods are available to every function in JavaScript and are used to control what this in a function points to. Let's see the following examples. bind() T...
Nahid Faraji
Learner
Golden Explanation
Thanks a ton!
Sudeep Gumaste
Frontent Developer @ Pepper Content
Dillion Megida
Software Engineer and Technical Writer
This is super interesting. You last code snippet involving the three functions, person2 wasn't not passed into an array for the apply method π
Thanks. That's because there were no extra parameters to be passed apart from the object this would be bound to which is the person2 object.
this
jimoh hadi
Software Engineer
Great article
Gideon Idowu
This was helpful. Thanks!
Ranadheer Reddy
Tech Lead
Well explained.
Thanks!
Nahid Faraji
Learner
Golden Explanation