JavaScript Basics Review

JavaScript Basics Review

7th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Python Basics (CodeHS)

Python Basics (CodeHS)

7th - 12th Grade

20 Qs

Year 8 App lab

Year 8 App lab

8th Grade

20 Qs

mit app inventor basics quiz

mit app inventor basics quiz

4th - 8th Grade

15 Qs

Python basics

Python basics

9th - 12th Grade

16 Qs

Fanuc Labs 1-6

Fanuc Labs 1-6

10th - 12th Grade

15 Qs

Python basics

Python basics

6th - 8th Grade

15 Qs

TIKamy po angielsku

TIKamy po angielsku

9th - 12th Grade

20 Qs

Quiz Elemen Javascript Kelas XII RPL

Quiz Elemen Javascript Kelas XII RPL

12th Grade

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