JS PRACTICE - TEST ERRORS

Quiz
•
Computers
•
12th Grade
•
Easy
Nixon López
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
DROPDOWN QUESTION
1 min • 1 pt
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
When the code is run the value of score at line 07 is 15. (a)
To meet the requirements, the following code should be placed at line 02: if (points === undefined) points = 1; (b)
2.
LABELLING QUESTION
1 min • 1 pt
You work for Fabrikam, Inc. You need to create a function that meets the following requirements:
a) JavaScript code must execute in strict mode.
b) The function must return the produce name, weight, and revenue.
c) The revenue must be formatted as a currency appropriate for the computer's locale setting.
d) The weight must be formatted to display two digits after the decimal point.
How should you complete the code?
var revenue=amount.toLocaleString();
use void;
var pounds=weight.toFixed(2);
"use strict";
var pounds=weight.toPrecision(2);
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You are writing a program for Woodgrove Bank. The update() function must update a paragraph element with the input from the user, and then hide the input box.
Which code should you add at lines 09 and 10?
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Predict the output of the following JavaScript code.
8
0
12
9
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You are writing a JavaScript application for an accounting system.
What is the result of running this program?
Syntax error
Ari Bixhorn undefined
Ari Bixhorn 48000
Runtime error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Predict the output of the following JavaScript code.
Substring takes a string value and get a new one only using the positions given inside the parenthesis.
f
s
sf
ks
7.
LABELLING QUESTION
1 min • 1 pt
You are creating JavaScript code that manipulates dates. You want to initialize a Date object with the date November 12 , 2017 by using the year, month, and date parameters.
How should you complete the code?
12
17
2017
10
11
Nov
November
10
Create a free account and access millions of resources
Similar Resources on Wayground
13 questions
Scratch Programming

Quiz
•
1st - 12th Grade
15 questions
JavaScript Basics

Quiz
•
12th Grade - University
14 questions
Year 6 Dig MOD 3 (D)

Quiz
•
6th Grade - University
10 questions
Individuals and Variables of Data

Quiz
•
6th - 12th Grade
10 questions
Technical Terms - Internet (A-Z) - Node.js

Quiz
•
12th Grade
8 questions
HTML Requests

Quiz
•
9th - 12th Grade
9 questions
Web Browsers Quiz

Quiz
•
9th - 12th Grade
12 questions
Sains Komputer Tingkatan 5 - 3.1.3 Menggunakan pemalar..

Quiz
•
10th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade