Javascript is ____________ language.
Client Side
Server Side
Both
None
________ keyword is used to declare variables in javascript.
Var
Dim
String
None of these
Which operator can be used to performs a zero-fill right-shift operation on two operands and assigns the result to the first operand?
>>>=
>===
==>>
=>>>
When a user views a page containing a JavaScript program, which machine actually executes the script?
The User's machine running a Web browser
The Web server
A central machine deep within Netscape's corporate offices
Which of the following is not a JavaScript datatype?
Boolean
Number
Function
Which operator can be used to performs a bitwise exclusive OR opration on two operands and assigns the result to the first operand?
&*
=^
^=
*&
What is the output of this expression? x = 2 + "2"; document.write(x);
22
4
2
Syntax Error
_____ tag is an extension to HTML that can enclose any number of JavaScript statements.
< SCRIPT >
< BODY >
< HEAD >
< TITLE >
The __ operator determines the type of a given object.
typeof
void
instanceof
delete
Which of the following attribute can hold the JavaScript version?
LANGUAGE
SCRIPT
VERSION