JavaScript Basics Review

JavaScript Basics Review

7th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

แบบทดสอบ MicroBit

แบบทดสอบ MicroBit

7th Grade

20 Qs

uCertify Lesson 5 mid quiz

uCertify Lesson 5 mid quiz

8th - 12th Grade

20 Qs

Python Level 3 - Lesson 2

Python Level 3 - Lesson 2

10th Grade

15 Qs

python

python

6th - 8th Grade

18 Qs

JS mainīgie

JS mainīgie

9th - 12th Grade

15 Qs

ICT Daily Test ( Javascript)

ICT Daily Test ( Javascript)

8th Grade

20 Qs

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

Web 102 Assessment

Web 102 Assessment

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?