Module 3 Quiz
Module 3 Quiz
Module 3 Quiz
Cuestionario, 11 preguntas
7.5/11 puntos (68.18%)
1. Pregunta 1
What value does JavaScript have to websites? (Select all that apply.)
Please refer to the lesson "Why We Care About Dynamic Webpages" for more information.
Correcto
Please refer to the lesson "Why We Care About Dynamic Webpages" for more information.
Correcto
Please refer to the lesson "Why We Care About Dynamic Webpages" for more information.
Deseleccionado es lo correcto
Pregunta 2
Correcto
1/1
Punto
2. Pregunta 2
Is JavaScript case sensitive?
Correcto
Please refer to the lesson "JavaScript Basics: Fundamental Syntax, Part1" for more information.
Pregunta 3
Incorrecto
0/1
Punto
3. Pregunta 3
Which of these is not a purpose of JavaScript?
Please refer to the lesson "Why We Care About Dynamic Webpages" for more information.
Pregunta 4
Correcto
1/1
Punto
4. Pregunta 4
Which symbols does JavaScript use to create comments?
**
//
Correcto
Please refer to the lesson "JavaScript Basics: Fundamental Syntax, Part2" for more information.
\\
??
<!-- -->
Pregunta 5
Correcto
1/1
Punto
5. Pregunta 5
Which of these operators is the equality operator?
/
==
Correcto
Please refer to the lesson "JavaScript Basics: Fundamental Syntax, Part2" for more information.
Pregunta 6
Correcto
1/1
Punto
6. Pregunta 6
Which of the following is true of script tags?
Correcto
Please refer to the lesson "JavaScript Basics: Fundamental Syntax, Part1" for more information.
Pregunta 7
Incorrecto
0/1
Punto
7. Pregunta 7
Which of these is an ability that JavaScript has that HTML does not have?
Do things repetitively
Displaying text
Displaying images
Please refer to the lesson "The Value of JavaScript to our Websites" for more information.
Using CSS
Pregunta 8
Incorrecto
0/1
Punto
8. Pregunta 8
Using JavaScript to get an HTML element by its ID requires which function name starting with document?
document.getElementById
document.GetElementById
document.getElementbyID
document.getElementId
None of these
Pregunta 9
Correcto
1/1
Punto
9. Pregunta 9
We can determine the length of a string in JavaScript by
Correcto
Please refer to the lesson "JavaScript Basics: Fundamental Syntax, Part2" for more information.
Pregunta 10
Correcto
1/1
Punto
10. Pregunta 10
A JavaScript "if" statement allows us to
End a program gracefully
Correcto
Please refer to the lesson "JavaScript Basics: Fundamental Syntax, Part2" for more information.
Erase variables
Pregunta 11
0.75 / 1
Punto
11. Pregunta 11
JavaScript onclick is most effectively used with: (Select all that apply)
Paragraphs
Deseleccionado es lo correcto
Please refer to the lesson "Putting JavaScript to Work: Events" for more information.
Images
Correcto
Please refer to the lesson "Putting JavaScript to Work: Events" for more information.
Buttons
Correcto
Please refer to the lesson "Putting JavaScript to Work: Events" for more information.