JavaScript quiz

JavaScript quiz

8th Grade

17 Qs

quiz-placeholder

Similar activities

PENILAIAN HARIAN ALGORITMA DAN PEMROGRAMAN

PENILAIAN HARIAN ALGORITMA DAN PEMROGRAMAN

8th Grade

15 Qs

SDA Chapter 6 Vocabulary

SDA Chapter 6 Vocabulary

7th - 9th Grade

20 Qs

INFORMÁTICA AVANÇADA - RENAN

INFORMÁTICA AVANÇADA - RENAN

1st Grade - University

14 Qs

Introduction to Web Development Concepts

Introduction to Web Development Concepts

8th Grade

15 Qs

JavaScript Math Operators

JavaScript Math Operators

6th - 8th Grade

20 Qs

HTML, CSS, & JavaScript

HTML, CSS, & JavaScript

7th - 11th Grade

17 Qs

Create web pages by HTML

Create web pages by HTML

8th Grade

12 Qs

JavaScript quiz

JavaScript quiz

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Maxim Alpatski

Used 1+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which tag JavaScript code should be put in

<JavaScript></JavaScript>

<script></script>

<code></code>

<program></program>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We use "let" keyword in JavaScript to:

Create a function

Create a number

Create a variable

Start the programm

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to call "function onClick() {}"

onClick()

ONCLICK()

onClick

#onClick

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data-type DOES NOT exist in JavaScript?

string

number

hashtag

boolean

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What pop-ups exist in JavaScript? (Choose multiple options)

popup()

prompt()

confirm()

alert()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if (10 > 9) {
alert("Greater")
} else {
alert("Lower")

}
What alert the user will see?

Greater

Lower

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many options the user have in "Confirm" popup?

2

1

Infinite (user needs to input an answer)

3

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?