Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1.In javascript, RegExp Object Method test() is used to search a string and retu

ID: 3541574 • Letter: 1

Question

1.In javascript, RegExp Object Method test() is used to search a string and returns _________

a) true or false

b) found value

c) index

d) None of the above

2) What property would you use to redirect a visitor to another page?

a) document.URL

b) window.location.href

c) document.location.href

d) link.href

3) In JavaScript, which of the statements below can be used for string declaration?

1) var cst="PHPKB Knowledge Base Software";

2) var cst=new String("PHPKB Knowledge Base Software");

a) Either (1) or (2)

b) Only (1)

c) Neither (1) nor (2)

d) Only (2)

Explanation / Answer

a

b

a