JavaScript Basics Review

JavaScript Basics Review

7th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

uCertify Lesson 5 mid quiz

uCertify Lesson 5 mid quiz

8th - 12th Grade

20 Qs

JavaScript_2

JavaScript_2

12th Grade

17 Qs

Javascript QUIZ 01

Javascript QUIZ 01

10th Grade

25 Qs

Microbit Quiz

Microbit Quiz

8th - 10th Grade

18 Qs

Microsoft MakeCode Basics

Microsoft MakeCode Basics

6th - 8th Grade

19 Qs

Javascript Basics

Javascript Basics

9th - 12th Grade

16 Qs

JavaScript Math Operators

JavaScript Math Operators

6th - 8th Grade

20 Qs

HTML Forms

HTML Forms

9th - 12th Grade

20 Qs

JavaScript Basics Review

JavaScript Basics Review

Assessment

Quiz

Computers

7th - 12th Grade

Hard

Created by

Joseph Maxwell

Used 82+ 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?