JavaScript Basics (2)

JavaScript Basics (2)

University

20 Qs

quiz-placeholder

Similar activities

PBO Inheritance Episode 2

PBO Inheritance Episode 2

University

18 Qs

Logika & Pemrograman (ID)

Logika & Pemrograman (ID)

10th Grade - Professional Development

20 Qs

DBC CHAPTER 3 - REVISION

DBC CHAPTER 3 - REVISION

University

15 Qs

CN_Minor2

CN_Minor2

University

20 Qs

Information Management - QUIZ

Information Management - QUIZ

University

20 Qs

DIAGRAMAS UML DE CLASE

DIAGRAMAS UML DE CLASE

University

20 Qs

Java Quiz 3

Java Quiz 3

University

15 Qs

JAVA - Arrays

JAVA - Arrays

University - Professional Development

15 Qs

JavaScript Basics (2)

JavaScript Basics (2)

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Long Nguyen

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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();

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers