Search Header Logo

Part 1 - JavaScript Knowledge & Skills Quiz Mock Quiz

Authored by Mark Balatbat

others

Part 1 - JavaScript Knowledge & Skills Quiz Mock Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Inside which HTML element do we put the JavaScript?

<scripting>

<js>

<javascript>

<script>

<j-script>

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is the correct way to add comments in JavaScript?

// Comment
/* Comment */
# Comment
' Comment
` Comment

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

How can you correctly declare a JavaScript variable named youName?

var youName;
var youName = "Name";
set youName;
define youName;
variable "youName" = "Name"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol represents 'greater than or equal to' in JavaScript?

> or =
>=
> || =
<=

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following options will increment the value of the variable x?

increment (x)
x++;
x=x;
x+1;
x=+y;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following options will decrement the value of the variable x?

x--;
x-1;
x=-x;
x=-y;
decrement(x)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following options represents a loop in JavaScript?

if(x<10)
var x=10;
while(x<10)
text(x,10;10)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?