JavaScript

JavaScript

University

11 Qs

quiz-placeholder

Similar activities

Interactivity with JavaScript

Interactivity with JavaScript

University

15 Qs

Quiz - Dizajni dhe Zhvillimi i Uebit

Quiz - Dizajni dhe Zhvillimi i Uebit

University

10 Qs

Get Started with React

Get Started with React

University

10 Qs

SPRING INTRODUCTION

SPRING INTRODUCTION

University

10 Qs

Scratch Vocabulary

Scratch Vocabulary

3rd Grade - University

9 Qs

Web Apps 02 - MeteorJS

Web Apps 02 - MeteorJS

University

12 Qs

JavaScript Fundamentals

JavaScript Fundamentals

9th Grade - Professional Development

10 Qs

Java_ScriptES

Java_ScriptES

8th Grade - University

15 Qs

JavaScript

JavaScript

Assessment

Quiz

Computers

University

Medium

Created by

John Oli

Used 6+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

True or False

The '===' operator checks for both value and type equality.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

True or False

Arrays in JavaScript are zero-indexed.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

Predict the output of the following JavaScript code snippets.

8

Error

35

"35"

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

 Which of these is not a valid JavaScript loop?


for

while

do...while

repeat...until

5.

FILL IN THE BLANK QUESTION

1 min • 5 pts

A ________ is a reusable piece of code that performs a specific task.

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the output of: console.log(3 > 2 > 1)?

true

false

undefined

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following is not a valid way to declare a variable in JavaScript?

var x =5;

let y = 10;

const z = 15;

int w = 20;

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?