JS - Knowledge Check

JS - Knowledge Check

University

15 Qs

quiz-placeholder

Similar activities

jQuery and MORE!

jQuery and MORE!

University

14 Qs

Preguntas sobre JavaScript

Preguntas sobre JavaScript

9th Grade - University

20 Qs

Refresh your JavaScript Skills!

Refresh your JavaScript Skills!

University

16 Qs

JavaScript

JavaScript

3rd Grade - University

20 Qs

JS Skill Assessment  (Internal Exam)

JS Skill Assessment (Internal Exam)

University

20 Qs

Pemrograman Web Lanjut

Pemrograman Web Lanjut

University

19 Qs

EIT Quiz 1

EIT Quiz 1

University

20 Qs

ITMajor1 & IntroSoftEng- Prelim Examination

ITMajor1 & IntroSoftEng- Prelim Examination

University

20 Qs

JS - Knowledge Check

JS - Knowledge Check

Assessment

Passage

Computers

University

Medium

Created by

John Oli

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Create a variable called carName, assign the value Volvo to it.

let ________ = "________"

2.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Media Image

Fill in the Blank( See Picture )

Display the sum of 5 + 10, using two variables: x and y.

3.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Media Image

Fill in the Blanks ( See Picture )

Create a variable called z, assign x + y to it, and display the result in an alert box.

4.

FILL IN THE BLANK QUESTION

2 mins • 5 pts

Media Image

Fill in the Blanks (See Picture)

On one single line, declare three variables with the following names and values:

firstName = "John"
lastName = "Doe"
age = 35

5.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Media Image

Fill in the Blanks ( See Picture )

Make the function return "Hello".

6.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Media Image

Fill in the Blanks ( See Picture )

Create a function called "myFunction".

7.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

What is the correct JavaScript syntax to change the content of the HTML element below?

<p id="demo">This is a demonstration.</p>

document.getElementByName("p").innerHTML = "Hello World!";

#demo.innerHTML = "Hello World!";

document.getElementById("demo").innerHTML = "Hello World!";

document.getElement("p").innerHTML = "Hello World!";

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?