JavaScript Basics Review

JavaScript Basics Review

7th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

prep2 lesson 1-2

prep2 lesson 1-2

8th Grade

20 Qs

untitled

untitled

9th Grade

20 Qs

LA3.C3: Variables

LA3.C3: Variables

9th Grade - University

16 Qs

JAVASCRIPT - JR

JAVASCRIPT - JR

11th Grade

25 Qs

Использование DOM

Использование DOM

4th - 7th Grade

15 Qs

Y8 Python Revision

Y8 Python Revision

6th - 7th Grade

20 Qs

UJIAN HARIAN TECHNOPARK

UJIAN HARIAN TECHNOPARK

1st - 12th Grade

20 Qs

Python Basics

Python Basics

6th - 7th Grade

15 Qs

JavaScript Basics Review

JavaScript Basics Review

Assessment

Quiz

Computers

7th - 12th Grade

Hard

Created by

Joseph Maxwell

Used 83+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Where does JavaScript code go in an HTML document?

<script> tag

<html> tag

<style> tag

<button> tag

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How can a developer show a pop-up message to the user?

alert

prompt

console.log

<p> tag

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following will successfully display a message to the user?

Alert(Hello, user);

alert("Hello, " user);

Alert("Hello, user");

alert("Hello, user");

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following will successfully display a message to the user?

alert("hello, " + "user");

Alert("hello, " + user);

alert("hello", + "user");

alert("Hello, " + user";

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this line of code do?

Declares AND sets a variable

Declares a variable

Sets a variable

Adds a value to a variable

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is NOT necessary when setting a variable?

variable name

equals sign

value to set the variable to

"var" keyword

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Which message will the user see?

"I think you want a Sword I think"

Depends what they answer

"you want a Sword I think"

"thinkingMessage + messageToShow + thinkingMessage"

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?