What keyword is used to define a constant in JavaScript?
JavaScript Basics (2)

Quiz
•
Computers
•
University
•
Hard
Long Nguyen
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
let
var
const
def
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword was introduced in ES6 to declare block-scoped variables?
var
let
const
function
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is true about variables declared with `const`?
They can be redeclared
They cannot be reassigned
They are automatically global
They have function scope
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between `let` and `var` in JavaScript?
`let` variables can be redeclared, `var` cannot
`var` has block scope, `let` has global scope
`let` has block scope, `var` has function scope
`var` cannot be reassigned, `let` can
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a basic difference between JavaScript and PHP in conditional statements?
PHP uses `elseif`, JavaScript uses `else if`
JavaScript uses `elseif`, PHP uses `else if`
Both use `elseif`
Both use `else if`
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you declare a simple function in JavaScript?
function sayHello();
sayHello function() {}
function sayHello() {}
def function sayHello() {}
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you call a function named `sayHello` in JavaScript?
call sayHello();
sayHello();
execute sayHello();
invoke sayHello();
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Examen 1P DAND 23

Quiz
•
University
19 questions
JavaScript

Quiz
•
University
20 questions
Introduction to Python

Quiz
•
University
20 questions
Preguntas sobre JavaScript

Quiz
•
9th Grade - University
16 questions
1°DS _AV2_R2 1TEC_IP_Introd. e Conceitos Básicos de JavaScript

Quiz
•
11th Grade - University
15 questions
JavaScript basics

Quiz
•
8th Grade - University
15 questions
code trivia

Quiz
•
University
25 questions
Test Your JavaScript Fundamental (Part 1)

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