Answer the question
In order to leave comments, you need to log in
How to execute code in the context of an anonymous function?
Good afternoon!
The js file is connected to the page, containing the following code:
(function(a) {
function first(b) {
}
funciton second(c) {
a.onkeydown = function(d) { first(2); }
}
})(window);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question