Quiz Reinforcement

Quiz Reinforcement

Professional Development

40 Qs

quiz-placeholder

Similar activities

Evaluacion Soporte

Evaluacion Soporte

Professional Development

40 Qs

Quiz Reinforcement

Quiz Reinforcement

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

mehdi khalil

Used 1+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

  1. Que retourne :

console.log(typeof null);

"null"

"undefined"

"object"

"string"

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

NaN === NaN retourne :

true

false

undefined

Erreur

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Boolean([]) retourne :

false

null

true

Erreur

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

  1. Résultat de :

console.log(0 || 'hello');

0

undefined

true

"hello"

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

  1. Résultat de :

console.log('' && 'test');

' '

"test"

true

false

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

La méthode .forEach() :

Retourne un tableau

Retourne un booléen

Ne retourne rien (undefined)

Supprime des éléments

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Différence entre == et === :

=== compare avec conversion

== compare strictement

Elles sont identiques

=== compare sans conversion de type

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?