Which of the following is JavaScript?
a) interpreted
b) object based
c) client-side programming
d) all of these
When JavaScript code is embedded in HTML file, responses to users are initiated …….
a) on client browser
b) on server
c) both a & b
d) none of these
JavaScript syntax is………
a) case sensitive
b) space sensitive
c) both a & b
d) none of these
How many java scripts statements can be embedded between tags?
a) one
b) ten
c) eighty
d) unlimited
How does JavaScript interpreter identify that a script is being used in web page?
a) <JavaScript> tag
b) <script> tag
c) <JAVAscript> tag
d) <HTMLscript>
Which of the following is written correctly?
a) <script language=” JavaScript”>
b) <script language=” JAVAscript”>
c) <script language=” javascript”>
d) all of these