
Fundamentals of JavaScript

Quiz
•
Others
•
University
•
Hard
Deepthi Surendran
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax to declare a variable in JavaScript?
let x = 5;
let x == 5;
var x = 5;
const x : 5;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a JavaScript data type?
boolean
integer
string
undefined
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does 'NaN' stand for in JavaScript?
Number-Not-Available
Not-a-Name
Null-Value
Not-a-Number
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a function in JavaScript?
function:myFunction() { // function body }
function myFunction: { // function body }
function myFunction() { // function body } or const myFunction = () => { // function body }
myFunction() => { // function body }
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the 'this' keyword in JavaScript?
The 'this' keyword is used to refer to the current execution context or object.
The 'this' keyword is used to create new objects in JavaScript.
The 'this' keyword is a function that returns the current date.
The 'this' keyword is used to declare variables in JavaScript.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you add a comment in JavaScript?
Use // for single-line comments and /* comment */ for multi-line comments.
Use # for comments
Use for comments
Use // for multi-line comments only
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between '==' and '===' in JavaScript?
The difference is that '==' performs type coercion while '===' does not.
Both '==' and '===' perform type coercion.
'==' checks for strict equality while '===' checks for loose equality.
'==' and '===' are interchangeable operators.
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
C Programming Basics Challenge

Quiz
•
University
10 questions
peueba

Quiz
•
University
12 questions
Web Development Essentials

Quiz
•
University
10 questions
General Knowledge in Information Systems

Quiz
•
University
8 questions
Understanding Object-Oriented Java

Quiz
•
University
10 questions
Quiz sobre Fundamentos de Programação - Aula 1

Quiz
•
University
15 questions
Game Dev Basics

Quiz
•
University
12 questions
Mastering Java Concepts

Quiz
•
University
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade