What is a function in JavaScript?
JS Loops and Functions

Quiz
•
Information Technology (IT)
•
6th Grade
•
Easy
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A function in JavaScript is a type of variable.
A function in JavaScript is a method for creating objects.
A function in JavaScript is a data structure that holds values.
A function in JavaScript is a reusable block of code that performs a specific task.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you call a function in JavaScript?
function call()
call functionName
invoke functionName()
functionName()
3.
FILL IN THE BLANK QUESTION
20 sec • 1 pt
A loop that executes for a pre-defined number of times
4.
FILL IN THE BLANK QUESTION
20 sec • 1 pt
A loop that executes until a condition is met is called
5.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
for ( var i = 0; i < 50; i++ )
How many times will this loop execute
51 times
49 times
50 times
0 times
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the iterations runs 25 times
for ( var i = 2; i < 26; i ++ )
for ( var i = 0; i < 25; i ++ )
for ( var i = -1 ; i > 25 ; i -- )
for ( var i = 0; i <= 25; i --)
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Given the following code, what is the final value of x?
var x = 0;
function myXFunction() {
x = x + 10;
}
x = x + 1;
11
0
10
1
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
6 sinif M1

Quiz
•
6th Grade
10 questions
WEB L7

Quiz
•
6th - 8th Grade
10 questions
Level Two Quiz

Quiz
•
6th - 8th Grade
10 questions
JS Quiz

Quiz
•
6th Grade - University
13 questions
_06_03__Réalisation d'un site web dynamique avec PHP

Quiz
•
6th Grade
10 questions
Computer Science FFF QUIZ

Quiz
•
6th Grade
15 questions
Understanding JavaScript Functions

Quiz
•
6th Grade
15 questions
Exploring MakeCode Basics

Quiz
•
6th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Information Technology (IT)
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
20 questions
Final Exam Vocabulary

Quiz
•
6th Grade
11 questions
Decimal/fraction conversions quick check

Quiz
•
5th - 7th Grade
10 questions
Identifying equations

Quiz
•
KG - University
49 questions
How Well Do You Know Your 6th Grade Teachers?

Quiz
•
6th Grade
5 questions
Multiply Decimals

Lesson
•
5th - 6th Grade
10 questions
Adding and Subtracting Decimals

Quiz
•
6th Grade
33 questions
Mechanical Energy Transfer

Quiz
•
6th Grade