Variables primitives en JavaScript

Variables primitives en JavaScript

Professional Development

6 Qs

quiz-placeholder

Similar activities

Arduino Quiz 5

Arduino Quiz 5

KG - Professional Development

10 Qs

Basic Python for DA

Basic Python for DA

Professional Development

10 Qs

Data Management for BA Day I

Data Management for BA Day I

Professional Development

10 Qs

CatalogONE Workshop - Day 1 Morning

CatalogONE Workshop - Day 1 Morning

Professional Development

10 Qs

C Quiz

C Quiz

Professional Development

10 Qs

Basic Python

Basic Python

Professional Development

10 Qs

Pretest CCNA

Pretest CCNA

Professional Development

10 Qs

SOALAN ASK T2 SET KOD ARAHAN

SOALAN ASK T2 SET KOD ARAHAN

Professional Development

10 Qs

Variables primitives en JavaScript

Variables primitives en JavaScript

Assessment

Quiz

Computers

Professional Development

Practice Problem

Hard

Created by

Gauvain Thery

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

6 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Avec quoi déclarer une variable en JavaScript ?

var

const

let

public

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

const isTrue = "true";

De quel type est cette constante ?

Boolean

String

Number

Object

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

const bool1 = 0;

const bool2 = Boolean(0);

const bool3 = !bool2;

Que vaut bool3 ?

true

false

1

""

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

const bool1 = 5 < 3;

const bool2 = "hello" === "hello";

const bool3 = bool1 && bool2;

Que vaut bool3 ?

true

false

0

undefined

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Que vaut "rocket".length ?

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

const str1 = 'hello';

const str2 = 'world';

Quelles réponses écrivent 'hello world' ?

str1 + str2

str1 + ' ' + str2

str1 - str2

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?