Variables primitives en JavaScript

Variables primitives en JavaScript

Professional Development

6 Qs

quiz-placeholder

Similar activities

Quiz-13 Full Stack Java

Quiz-13 Full Stack Java

Professional Development

10 Qs

Module 1.2 Generasi Gigih

Module 1.2 Generasi Gigih

Professional Development

8 Qs

React and Hooks

React and Hooks

Professional Development

10 Qs

React-Estilos

React-Estilos

Professional Development

9 Qs

React 101

React 101

Professional Development

10 Qs

Full Stack Day 2

Full Stack Day 2

Professional Development

5 Qs

Алгоритм

Алгоритм

KG - Professional Development

10 Qs

TypeScript intro

TypeScript intro

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?