JS: Was ist eine gültige Eigenschaft/Konvention einer Konstruktor-Funktion?

Tut 05 : JS functions, CSS pos

Quiz
•
Computers
•
University
•
Hard

SNET Teaching
Used 6+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
der Name beginnt mit einem Großbuchstaben
sie wird mit dem new-Operator aufgerufen
es muss ein return statement geben
es gibt kein return Statement
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
JS:
Gegeben: let vegetables = ['Cabbage', 'Turnip', 'Radish', 'Carrot'];
Was ist das Ergebnis von vegetables.slice(1, 3)?
[ 'Turnip', 'Radish' ]
[ 'Turnip', 'Radish', 'Carrot' ]
[ 'Cabbage', 'Carrot' ]
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
JS: Wie kopiert man ein Array array=[1,1,2,3,5,8] in ein neues Array? -->Shallow copy?
var arrayCopy = array;
var arrayCopy = array.slice();
var arrayCopy = array.copy();
var arrayCopy = [].concat(array);
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
JS: was sind Funktionen höherer Ordnung/higher order functions?
Funktionen(F.), die eine andere F als Input haben
F, die andere F als Output haben
F, die nested functions enthalten
F, die andere F aufruft
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
CSS: li Elemente in einer Liste nehmen standartmäßig die ganze Zeile an. Wie kann man eine liste in eine Zeile packen bzw Zeilenumbruch zwischen li-s entfernen?
li {display: block;}
.li {display: inline;}
li {display: inline;}
li {display: none;}
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
CSS:
Positioniere h1 50px unter die Position , die es im Normalfall annehmen würde
h1 {
[...] : [...] ;
[...] : [...];
}
position: absolute
position: relative
bottom: 50px
top: 50px
Similar Resources on Wayground
6 questions
Tut14 - Express

Quiz
•
University
8 questions
IOTA : Web Development Bootcamp Quiz 4

Quiz
•
University
10 questions
KUIS PRAK. 9: MANAGEMENT FILE 😼

Quiz
•
University
10 questions
CSS Grids

Quiz
•
University
10 questions
Quiz JS DW v1

Quiz
•
University
10 questions
Programming basic

Quiz
•
University
10 questions
Launchpad programming - day 3 morning (JS)

Quiz
•
University
11 questions
Array

Quiz
•
University
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade