How do you reference an array element?
Which of the following is a comment?
What is the function of ++ in javascript?
Which of the following is not just a mathematical operator?
If I concatenate 7 and 10 the result will be
The condition in a do while loop is tested
How would you define an array called myStudents
What does the following mean?
=<
what is the result of document.write(2+"3"-2);
Inside which HTML tag do you put the JavaScript?
Where should you insert a JavaScript?
What is the correct syntax for referencing an external javascript called "myjavascript.js"?
If the users browser has Javascript turned off the browser will:
JavaScript is a loosely-typed language, what does this mean?
True or False? Javascript and Java are the same programming language: