Search Header Logo

Powerwoche JS II

Authored by L H

Computers

Professional Development

Used 6+ times

Powerwoche JS II
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

20 sec • 1 pt

Wie wird ein JS-File eingebunden?

<link rel="stylesheet" href="myScript.js">

<link rel="script" href="myScript.js">

<script href="myScript.js">

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

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Welches Attribut sorgt dafür, dass ein Script erst ausgeführt wird, nachdem das HTML-File vollständig geparst wurde?

defer

async

delay

so ein Attribut gibt es nicht

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Welchen Datentyp gibt es in JavaScript NICHT?

number

float

string

object

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Wie erzeugt man mit JS eine Referenz auf einen nicht veränderbaren Wert?

var

const

let

fixed

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Wie wählt man mit JS ein ganz bestimmtes Element aus?

document.getElementById('myId');

getId('myId');

selectElement('myId');

document.select('myId');

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

JavaScript ist...

case-sensitiv

nicht case-sensitiv

case-insensitive

Hä?

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Will man mit JS die Hintergrundfarbe eines Elementes verändern, erreicht man das mit...

.style.backgroundColor = 'rgb(125, 167, 255)';

.css.backgroundColor = 'rgb(125, 167, 255)';

.css.background-color = 'rgb(125, 167, 255)';

.style = 'background-color = rgb(125, 167, 255)';

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?