InterviewSolution
| 1. |
Name Two Ways Two Change The Context Of A Javascript Method ? |
|
Answer» USE the call or apply METHODS, The call and apply methods can be used to specify the context of another method. VAR objectA = { Use the call or apply methods, The call and apply methods can be used to specify the context of another method. var objectA = { |
|