Search Header Logo

javascript

Authored by Dania Bioncio

Computers

10th Grade

Used 2+ times

javascript
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Inside which HTML element do we put JavaScript?

<js>

<javascript>

<script>

<scripting>

script

2.

MULTIPLE CHOICE QUESTION

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

#demo,innerHTML="Hello World!";

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

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

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

where is the correct place to insert javascript?

The <head> section

The <body> section

The <Title> section

Both <body> and <head> section

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

true

false

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a function in JavaScript?

function:myFunction()

function myFunction()

function = myFunction()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you call a function named "myFunction"?

call my function myFunction()

myFunction()

call MyFunction()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you add a comment in a JavaScript?

//This is a comment

'This is a comment

<!--This is a comment -->

*This is a comment*

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?