Search Header Logo

Basic JavaScript Programming Quiz

Authored by Muhammad Nezad

Computers

5th Grade

Used 5+ times

Basic JavaScript Programming Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Which of the following is a correct way to declare a variable in JavaScript?

var myVariable;

variable myVariable;

v myVariable;

declare myVariable;

2.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What is the correct syntax for referring to an external script called "script.js"?

<script src="script.js"></script>

<script link="script.js"></script>

<script ref="script.js"></script>

<script href="script.js"></script>

3.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

How do you write "Hello World" in an alert box?

alert("Hello World");

msg("Hello World");

alertBox("Hello World");

msgBox("Hello World");

4.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

How do you create a function in JavaScript?

function myFunction() {}

create myFunction() {}

function:myFunction() {}

def myFunction() {}

5.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

How do you call a function named "myFunction"?

call myFunction();

myFunction();

call function myFunction();

execute myFunction();

6.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

How do you write an IF statement in JavaScript?

if i = 5 then

if i == 5 then

if (i == 5)

if i = 5

7.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

How does a WHILE loop start in JavaScript?

while (true){}

while true do

while i < 6:

while true:

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?