Java Script is a _____typed language

Java Script Basics

Quiz
•
Other
•
Professional Development
•
Medium
sunil kumar
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Statically Typed Language
Dynamically Typed Language
Static Class Language
Dynamic Class Language
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a valid JavaScript comparison operator?
==
===
>=
==!
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will the following code output?
let x = 10; let y = 20;
if (x > y) {
console.log("x is greater than y");
}
else
{ console.log("y is greater than x");
}
x is greater than y
y is greater than x
undefined
Error
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of the following code snippet?
let a = 5;
let b = 10;
console.log(a != b);
true
false
undefined
None of the above
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will the following code output?
function greet(name)
{
console.log("Hello " + name);
}
greet("Alice");
Hello
Hello Alice
greet Alice
Undefined
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will the following code output?
function test(a, b) {
return a + b;
}
console.log(test(1, 2, 3));
3
6
Error
Undefined
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following is a valid way to call a function in JavaScript?
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Basic JavaScript (Henry)

Quiz
•
Professional Development
12 questions
JS Quiz SECE

Quiz
•
Professional Development
15 questions
Javascript Basics-1

Quiz
•
Professional Development
15 questions
JavaScript Basics

Quiz
•
Professional Development
15 questions
AWS Quiz Show 2023 (Week 3)

Quiz
•
Professional Development
12 questions
6-Web Dev

Quiz
•
Professional Development
10 questions
#Sg_Spaic Last season Quiz (ML and Python)

Quiz
•
KG - Professional Dev...
10 questions
ITIL 4 Foundation_Service Management Concepts

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
25 questions
SS Combined Advisory Quiz

Quiz
•
6th - 8th Grade
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
15 questions
June Review Quiz

Quiz
•
Professional Development
20 questions
Congruent and Similar Triangles

Quiz
•
8th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade