Week 9.1

Week 9.1

Professional Development

10 Qs

quiz-placeholder

Similar activities

Chapter 3 - Quiz Berhadiah

Chapter 3 - Quiz Berhadiah

Professional Development

15 Qs

PPW (EM24) - Introducción al contenido dinámico (T8)

PPW (EM24) - Introducción al contenido dinámico (T8)

University - Professional Development

12 Qs

JavaScript Fundamentals

JavaScript Fundamentals

9th Grade - Professional Development

10 Qs

Básico de HTML

Básico de HTML

1st Grade - Professional Development

15 Qs

Treinamento JS - Capítulo 2

Treinamento JS - Capítulo 2

Professional Development

10 Qs

MEGASYSTEM - TECH

MEGASYSTEM - TECH

Professional Development

10 Qs

Js объекты

Js объекты

Professional Development

15 Qs

AJWT Unit - I Quiz

AJWT Unit - I Quiz

Professional Development

15 Qs

Week 9.1

Week 9.1

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Poul Nichols

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In which HTML element, we put the JavaScript code?

<javascript>...</javascript>

<js>...</js>

<script>...</script>

<css>...</css>

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

JavaScript code can be written in ____.

JavaScript file (.js file)

HTML document directly

JavaScript file and in HTML document

In style sheets (.css file)

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which symbol is used separate JavaScript statements?

Comma (,)

Colon (:)

Hyphen (-)

Semicolon (;)

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

JavaScript ignores?

newlines

tabs

spaces

All of the above

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which JavaScript method is used to access an HTML element by id = "demo"?

getElement("demo")

getElementById("demo")

elementById("demo")

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which JavaScript method is used to write HTML output?

document.write()

document.output()

console.log()

document.writeHTML()

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which JavaScript method is used to write on browser's console?

console.output()

console.writeHTML()

console.log()

console.write()

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?