What is the main difference between let and const?

JavaScript Quiz

Quiz
•
Information Technology (IT)
•
University
•
Medium
Abhishek Swami
Used 4+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
let is block-scoped, const is global-scoped
let can be reassigned, const cannot
let creates immutable variables, const creates mutable ones
let is function-scoped, const is block-scoped
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which method is used to make HTTP requests with Axios?
axios.get()
axios.fetch()
axios.request()
axios.http()
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will this code output? console.log(typeof null);
"null"
"object"
"undefined"
"string"
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which function is an example of a recursive function?
function countdown(num) {
if (num <= 0) return;
console.log(num);
countdown(num - 1);
}
Yes
No
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is NOT a valid HTTP method?
PATCH
FETCH
PUT
DELETE
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the purpose of JSON.parse()?
Converts an object to a string
Parses a string into a JSON object
Fetches data from an API
Validates JSON syntax
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is a higher-order function?
A function that only works with arrays
A function that returns an object
A function that takes another function as an argument or returns a function
A function that executes immediately
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Quizizz SIOTICS #2

Quiz
•
10th Grade - University
15 questions
JavaScript-Day2

Quiz
•
University
15 questions
PHP File and Database Management Quiz

Quiz
•
University
25 questions
Fundamentals of programming Quiz

Quiz
•
University
20 questions
Frontend_ReactJS_SS29

Quiz
•
University
17 questions
Quiz Data Consumption React

Quiz
•
University
17 questions
FED recap

Quiz
•
9th Grade - University
18 questions
Quizziz Vue.js

Quiz
•
University
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