JavaScript Fundamentals Quiz

JavaScript Fundamentals Quiz

12th Grade

32 Qs

quiz-placeholder

Similar activities

CSS113 Quiz No. 2 - 2A

CSS113 Quiz No. 2 - 2A

University

35 Qs

MEDIA AND INFORMATION LITERACY PRE-TEST

MEDIA AND INFORMATION LITERACY PRE-TEST

11th - 12th Grade

30 Qs

Computer Reviewer

Computer Reviewer

9th - 12th Grade

29 Qs

TEKNIK PENGOLAHAN AUDIO DAN VIDEO KELAS XII MM

TEKNIK PENGOLAHAN AUDIO DAN VIDEO KELAS XII MM

12th Grade

30 Qs

IP Vulnerabilities and Threats Quiz

IP Vulnerabilities and Threats Quiz

University

29 Qs

RBT PT3 MEKATRONIK

RBT PT3 MEKATRONIK

1st Grade - University

30 Qs

Robotics 21RO2014

Robotics 21RO2014

University

30 Qs

Algoritma dan Logika Informatika

Algoritma dan Logika Informatika

University

35 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?