JS Certification

Quiz
•
Computers
•
12th Grade
•
Medium

Nixon Lopez
Used 9+ times
FREE Resource
11 questions
Show all answers
1.
LABELLING QUESTION
1 min • 1 pt
You are a creating a web page with a script. The script will insert the window's location inside the page's input element.
How should you complete the code?
window
document
location
getElementByID
innerHTML
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You are creating a web page that requests a username. You need to write a function that retrieves the username from the form.
How should you complete the code?
3.
LABELLING QUESTION
1 min • 1 pt
You are creating a web page that tests a user’s ability to accurately type text. The
validation should be case-insensitive. How should you complete the code?
Toanswer,dragappropriatefunctionstothecorrectlocations.
value
toLowerCase
innerHTML
toLowerCase
4.
REORDER QUESTION
1 min • 1 pt
A JavaScript array is initialized as follows:
var array=[20,40,60,80];
You write the following code to manipulate the array:
array.shift();
array.pop();
array.push(10);
array.unshift(100);
You need to determine the contents of the array.
40
10
60
100
5.
LABELLING QUESTION
1 min • 1 pt
You need to write a loop that will traverse the length of an array to find the value orange. If an array element value is null, the code should immediately go to the next element. When the value is found, the loop should exit.
How should you complete the code?
while
for
do
continue
break
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Your instructor has asked you to implement code that would display a two-
dimensional array of any size inside a <div> tag.
Which three segments should you use to develop the solution?
7.
DROPDOWN QUESTION
1 min • 1 pt
(a) Display a popup box with the specified message with the OK button.
(b) Display a popup box to take the user's input with the OK and Cancel buttons.
(c) Display a popup box with the specified message with OK and Cancel buttons.
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Unit 8 Javascript Quiz

Quiz
•
9th - 12th Grade
13 questions
[Hall] Unit 8 JS Variables & Animation

Quiz
•
9th - 12th Grade
10 questions
AP CS A Unit 6 Quiz PRACTICE

Quiz
•
9th - 12th Grade
10 questions
AP CS A Unit 7 Quiz PRACTICE

Quiz
•
9th - 12th Grade
14 questions
Javascript Starter

Quiz
•
12th Grade
15 questions
Examen Tema 4 Array, Funciones y Objetos JavaScript

Quiz
•
12th Grade
10 questions
KIỂM TRA 26

Quiz
•
9th - 12th Grade
15 questions
AP Computer Science A Review 1

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