JavaScript  Quiz 1

JavaScript Quiz 1

University

30 Qs

quiz-placeholder

Similar activities

Hawkin's hunt ROUND-2

Hawkin's hunt ROUND-2

University

30 Qs

Media Literacy Quiz

Media Literacy Quiz

11th Grade - University

25 Qs

Kelas 9 - Halaman 77 (PAS)

Kelas 9 - Halaman 77 (PAS)

9th Grade - University

25 Qs

General quiz

General quiz

University

25 Qs

Pra UTS MPPL

Pra UTS MPPL

University

27 Qs

Quiz Pertemuan 1:  Pengantar Pengembangan Web

Quiz Pertemuan 1: Pengantar Pengembangan Web

University

30 Qs

IS PROJECT MANAGEMENT - FINAL EXAMINATION

IS PROJECT MANAGEMENT - FINAL EXAMINATION

University

30 Qs

Quiz sobre Frameworks Front-end

Quiz sobre Frameworks Front-end

University

34 Qs

JavaScript  Quiz 1

JavaScript Quiz 1

Assessment

Quiz

Information Technology (IT)

University

Practice Problem

Medium

Created by

undefined undefined

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

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

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of JavaScript value is described as having fixed values?

Variables

Functions

Literals

Objects

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of JavaScript value is described as having variable values?

Literals

Variables

Constants

Arrays

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to declare a constant variable in JavaScript?

let x = 5;

const fname = "John";

var y = 10;

static z = 20;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does JavaScript interpret the keyword "let"?

It interprets "LET" and "Let" as "let".

It only interprets "let" as "let".

It interprets "LET" as "let".

It interprets "Let" as "let".

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are variables identified with in JavaScript?

Numbers

Unique names called identifiers

Symbols

Reserved words

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why can't reserved words be used as JavaScript identifiers?

They are too long

They are case sensitive

They are JavaScript keywords

They contain special characters

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of scope do variables declared with 'let' have?

Global Scope

Function Scope

Block Scope

Module Scope

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?