JavaScript Fundamentals Quiz

JavaScript Fundamentals Quiz

12th Grade

32 Qs

quiz-placeholder

Similar activities

BJC AP CSP Unit 3 Exam Review

BJC AP CSP Unit 3 Exam Review

9th - 12th Grade

27 Qs

Javascript - Tipos de dados, funções, IF Else

Javascript - Tipos de dados, funções, IF Else

10th - 12th Grade

32 Qs

Poniendo a prueba la mente x2

Poniendo a prueba la mente x2

University

32 Qs

Algoritma dan Pemrogaman Dasar

Algoritma dan Pemrogaman Dasar

10th Grade - University

30 Qs

Genius Junction

Genius Junction

University

30 Qs

Struktur Data

Struktur Data

University

30 Qs

Giros de figuras

Giros de figuras

University

32 Qs

Play with Python Lib

Play with Python Lib

KG - Professional Development

30 Qs

JavaScript Fundamentals Quiz

JavaScript Fundamentals Quiz

Assessment

Quiz

Education

12th Grade

Medium

Created by

Hans Daduya

Used 3+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?