Intro to JS Quiz

Intro to JS Quiz

University

10 Qs

quiz-placeholder

Similar activities

Python Quiz

Python Quiz

University

15 Qs

Avaliação ECS - Word 2016

Avaliação ECS - Word 2016

University

10 Qs

INFORMÁTICA II

INFORMÁTICA II

University

15 Qs

GK Quiz

GK Quiz

University

15 Qs

Java Script. Parte 1.

Java Script. Parte 1.

University

10 Qs

Java Quiz 4

Java Quiz 4

University

15 Qs

DSA quiz 3 set 1

DSA quiz 3 set 1

University

10 Qs

Creating tables in HTML

Creating tables in HTML

University

10 Qs

Intro to JS Quiz

Intro to JS Quiz

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Yash Raut

Used 10+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 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>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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

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

#demo.innerHTML = "Hello World";

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

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where is the correct place to insert a JavaScript?

In the <body>

section

In the <head> section

Both the <head> and <body> are correct

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The external JavaScript file must contain the <script> tag.

False

True

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

msg("hello world");

msgBox("Hello World");

alertBox("Hello World");

alert("Hello World");

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a function in JavaScript?

function:myFunction()

function = my function()

function myFunction()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to write an IF statement in JavaScript?

if i == 5 then

if ( i==5 )

if i = 5 then

if i = 5

Create a free account and access millions of resources

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?