What is call(), apply(), and bind()?
Answer / glibwaresoftsolutions
These methods allow you to manually set the value of this inside a function.
Method Usage
call() Calls a function with a given this and arguments passed separately.
apply() Calls a function with a given this and arguments passed as an array.
bind() Returns a new function with a bound this, without executing it immediately.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to redirect a url using JavaScript?
What does double mean in javascript?
How to test 404 page in QA
what does javascript null mean?
How to create arrays in javascript?
How to shift and unshift using javascript?
how many feet does a centipeed have?
What is this in JavaScript?
What is are the types of the pop up box es available in javascript?
What is arguments object in JavaScript?
why you used Java Script? Can it use for both client side and server side validation purpose?
12 Answers BeBo Technologies, HCL, Wipro,
write a program to generte a harmonic series 1+1/2+1/3+1/4+1/5 upto 15 terms.