Discussion :: Javascript - CS
- What are the parameters of the attachEvent function?
Answer : Option C
Explanation :
The attachEvent function accepts two parameters: the event to attach to, and the function to invoke when the event occurs.
Be The First To Comment