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
Written for
- Institution
- Javascript
- Course
- Javascript
Document information
- Uploaded on
- June 16, 2024
- Number of pages
- 9
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
javascript quiz with correct answers
Also available in package deal