0% found this document useful (0 votes)
86 views1 page

Is The Tainted Property of A Window Object

The document contains questions and answers about JavaScript concepts. It discusses the defaultstatus property of a window object, wrappers in JavaScript that enclose objects of other data types, the <noscript> tag enclosing text for non-JavaScript browsers, the LANGUAGE attribute specifying the JavaScript version, and the RegExp class representing regular expressions used by string methods.

Uploaded by

Lee Kally
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
86 views1 page

Is The Tainted Property of A Window Object

The document contains questions and answers about JavaScript concepts. It discusses the defaultstatus property of a window object, wrappers in JavaScript that enclose objects of other data types, the <noscript> tag enclosing text for non-JavaScript browsers, the LANGUAGE attribute specifying the JavaScript version, and the RegExp class representing regular expressions used by string methods.

Uploaded by

Lee Kally
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

38. ____________ is the tainted property of a window object.

A. Pathname
B. Protocol
C. Defaultstatus
D. Host
Ans: C

40. In JavaScript, _________ is an object of the target language data type that encloses an object
of the source language.
A. a wrapper
B. a link
C. a cursor
D. a form
Ans: A

21. What does the <noscript> tag do?


A. Enclose text to be displayed by non-JavaScript browsers.
B. Prevents scripts on the page from executing.
C. Describes certain low-budget movies.
D. None of the above
Ans: A

Which attribute is used to hold the Java Script Version?


A. SCRIPT
B. VERSION
C. LANGUAGE
D. VER
Right Answer: C

9. The JavaScript ........................ class represents regular


expressions, and both string and .................... define methods that
use regular expressions.
A) RegExpObj
B) RegExpClass
C) RegExp
D) StringExp

You might also like