What would the following code return?
"This is a test".indexOf("h",0);
Which form element would you use to create a scriptable button other than a reset or submit button?
JavaScript is an event-driven programming language. Events trigger _________.
The first character of a variable must not be a letter or an underscore, but subsequent characters can be letters, numbers, and the underscore character.