Question
What does the following regexp match? D+ Question 11 options: 1) The two characters D+. 2) One or more non-digit characters. 3) One or more
What does the following regexp match? \D+
Question 11 options:
| |||
| |||
| |||
|
Save
Question 12 (5 points)
What is the value of variable b after the following JavaScript fragment is evaluated? Why? a = '3'; b = a * 4;
Question 12 options:
| |||
| |||
| |||
|
Save
Question 13 (5 points)
When would a JavaScript developer use a regular expression.
Question 13 options:
| |||
| |||
| |||
|
Save
Question 14 (5 points)
Why should a JavaScript developer not use the document.write( ) method in an event handler?
Question 14 options:
| |||
| |||
| |||
|
Save
Question 15 (5 points)
The JavaScript object that represents the content of the browser's window is called the _____ object.
Question 15 options:
| |||
| |||
| |||
|
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started