Use __________ event handlers to reach to a user click on page element with .bind() or .click().
A. mouse
B. windows
C. click
D. None of these
查看答案
JavaScript is interpreted by _________
A. Client
B. Server
C. Object
D. None of the above
Highlight page element under mouse cursor by using ________
A. stopPropagation()
B. hover()
C. toggle()
D. trigger()
Which of the following type of variable is visible only within a function where it is defined?
A. global variable
B. local variable
C. Both of the above.
D. None of the above.
Which of the following is true about variable naming conventions in JavaScript?
A. JavaScript variable names are case sensitive.
B. JavaScript variable names should not start with a numeral (0-9).
C. Both of the above.