JavaScript Basics (2)

Quiz
•
Computers
•
University
•
Hard
Long Nguyen
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What keyword is used to define a constant in JavaScript?
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 Wayground
18 questions
JavaScript Variables, Data Types, and Operators Quiz

Quiz
•
University
20 questions
JS Skill Assessment (Internal Exam)

Quiz
•
University
20 questions
Javascript, HTML & CSS revision

Quiz
•
University
17 questions
Lección1 - JavaScript

Quiz
•
1st Grade - Professio...
20 questions
JavaScript Basics

Quiz
•
University
23 questions
UTS BAHASA PEMROGRAMAN

Quiz
•
University
15 questions
Kuizi 15 - Web

Quiz
•
10th Grade - University
18 questions
JavaScript Variables, Data Types, and Operators Quiz

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade