JavaScript Fundamentals Quiz

JavaScript Fundamentals Quiz

12th Grade

32 Qs

quiz-placeholder

Similar activities

Python Seviye 1

Python Seviye 1

5th - 12th Grade

34 Qs

INDEX GAME

INDEX GAME

University

29 Qs

EC8553_DTSP::Unit-1-DFT & FFT/Weekly Quiz-2

EC8553_DTSP::Unit-1-DFT & FFT/Weekly Quiz-2

University

30 Qs

STS Genap PPKN 9 2024/2025

STS Genap PPKN 9 2024/2025

9th Grade - University

28 Qs

Beauty Therapist Quizz 2

Beauty Therapist Quizz 2

University

27 Qs

TIA HN, TN, X

TIA HN, TN, X

12th Grade

27 Qs

Pháp luật trong Logistic L3

Pháp luật trong Logistic L3

University

30 Qs

EC8553- DTSP MCQ Test 4

EC8553- DTSP MCQ Test 4

University

30 Qs

JavaScript Fundamentals Quiz

JavaScript Fundamentals Quiz

Assessment

Quiz

Education

12th Grade

Practice Problem

Medium

Created by

Hans Daduya

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

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

32 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to declare a variable in JavaScript?

a.var

b.let

c.const

d.All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will typeof true return?

undefined
number
string
boolean

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write a comment in JavaScript?

a.<-- This is a comment -->

b.#This is a comment

c.//This is a comment

d.'This is a comment'

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare an array in JavaScript?

a.let arr={};

b.let arr=[];

c.let arr=();

d.let arr=<>;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a JavaScript data type?

a.undefined

b.string

c.integer

d.number

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the index of the first element in an array in JavaScript?

a.0

b.1

c.-1

d.Depends on the array

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a constant variable in JavaScript?

a.var

b.const

c.let

d.static

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?