Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

Which method attaches a permanent this value to a function and returns a new function?

  1. A call()
  2. B apply()
  3. C bind()
  4. D attach()
Answer

bind()

bind returns a new function with this fixed. call and apply invoke the function immediately, differing only in how arguments are passed.

All Javascript MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as