
JavaScript Quizz Batch 2
Quiz
•
Information Technology (IT)
•
Professional Development
•
Medium
Web-Dev Celerates
Used 3+ times
FREE Resource
Enhance your content
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
What is the correct syntax to output "Hello My Name is Amy" in JavaScript?
println("Hello My Name is Amy")
echo("Hello My Name is Amy");
console.log("Hello My Name is Amy")
printf("Hello My Name is Amy")
2.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
What does the typeof operator return for?
Array
Object
String
Boolean
3.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Which of these is a correct way to declare a constant in JavaScript?
const PI = 3.14
let PI = 3.14
var PI = 3.14
const PI = 3,14
4.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
What will the following code output?
true
false
undefined
NaN
5.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Which one is the correct code to make the string ALL CAPS?
message = message.toLowerCase()
message = message.toUppercase()
message = message.toupperCase()
message = message.toUpperCase()
6.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Which is the following is a correct arrow function syntax?
function hello ( ) => {
console.log(`Hello`)
}
const hello = ( ) => {
console.log(`Hello`)
}
hello ( ) => {
console.log(`Hello`)
}
hello => console.log('Hello')
7.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
How do you create an array in JavaScript?
let arr = "1, 2, 3"
let arr = "[1, 2, 3]"
const arr = "[1, 2, 3]"
const arr = [1, 2, 3]
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
15 questions
Introdução à Programação Orientada a Objetos
Quiz
•
Professional Development
15 questions
HyQuizz_Mùa 3_Day 1
Quiz
•
Professional Development
15 questions
BACKEND.24.2 QUIZ 2 PARTE 1
Quiz
•
Professional Development
20 questions
HyQuizz_Mùa 3_Day 2
Quiz
•
Professional Development
17 questions
JavaWeb - Session10
Quiz
•
Professional Development
15 questions
Web Programming Essentials
Quiz
•
Professional Development
15 questions
Insecure Deserialization Quiz
Quiz
•
Professional Development
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade