JavaScript Fundamentals Quiz

JavaScript Fundamentals Quiz

12th Grade

32 Qs

quiz-placeholder

Similar activities

CYBERNAUT MERN STACK QUIZ

CYBERNAUT MERN STACK QUIZ

University

30 Qs

BRAIN BUSTERS (ROUND1)

BRAIN BUSTERS (ROUND1)

University

30 Qs

Algoritma dan Pemrogaman Dasar

Algoritma dan Pemrogaman Dasar

10th Grade - University

30 Qs

Vong1_ICONChallenge_170320

Vong1_ICONChallenge_170320

University

35 Qs

TECK WAR 4

TECK WAR 4

University

30 Qs

Java

Java

University

30 Qs

Poniendo a prueba la mente x2

Poniendo a prueba la mente x2

University

32 Qs

WEB QUIZ

WEB QUIZ

University

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?