javascript quiz with correct answers
javascript quiz with correct answers What is the proper function to call to print to the screen? - Correct Answer️️ -println What keyword do you need to use to define a variable in JavaScript? - Correct Answer️️ -var What function do you need to call to ask the user of the program to enter text? - Correct Answer️️ -readLine To ask the user of the program for a number, which function should you use? - Correct Answer️️ -Both readInt and readFloat are for numbers. What will the following code print to the screen? println(2 + 2); - Correct Answer️️ -4 What symbol do you use to do division in JavaScript? - Correct Answer️️ -/ What symbol do you use to do multiplication in JavaScript? - Correct Answer️️ -* What function do you need to call to get the width of the screen? - Correct Answer️️ - getWidth() In the following code, we create a circle and add it to the screen. What is the meaning of the x variable? var x = 20; var circle = new Circle(x); add(circle); - Correct Answer️️ -The radius of the circle What are the coordinates of the top right corner of the screen? - Correct Answer️️ - getWidth(), 0 Which of the following is not a valid value for a boolean? - Correct Answer️️ -yes What symbol represents the and operator in JavaScript? - Correct Answer️️ -&& What symbol represents the or operator in JavaScript? - Correct Answer️️ -|| After the following code runs, what is the value of isWeekend? var isSaturday = true; var isSunday = false; var isWeekend = isSaturday || isSunday; - Correct Answer️️ -true What is the proper way to compare if two values are equal in a boolean
Escuela, estudio y materia
- Institución
- Javascript
- Grado
- Javascript
Información del documento
- Subido en
- 16 de junio de 2024
- Número de páginas
- 9
- Escrito en
- 2023/2024
- Tipo
- Examen
- Contiene
- Preguntas y respuestas
Temas
-
javascript quiz with correct answers
Documento también disponible en un lote