(Werbung, bitte nicht blockieren.)

Quizze » Werte

1. Primitive Werte vs. Objekte

Welche der folgenden Ausdrücke erzeugen Objekte?

2. Gleichheit

Welche Aussagen gelten?

3. typeof

const result = typeof '';

Was passiert?

4. typeof

const result = typeof [];

Was passiert?

5. typeof

const result = typeof function () {};

Was passiert?

6. typeof

const result = typeof null;

Was passiert?

7. instanceof

const result = '' instanceof String;

Was passiert?

8. instanceof

const result = [] instanceof Array;

Was passiert?


Richtige Antworten0von0