Variables primitives en JavaScript

Quiz
•
Computers
•
Professional Development
•
Hard
Gauvain Thery
Used 1+ times
FREE Resource
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
Similar Resources on Wayground
10 questions
React 101

Quiz
•
Professional Development
8 questions
Basic Python Data Types

Quiz
•
Professional Development
10 questions
Quiz JavaScript Dasar

Quiz
•
Professional Development
6 questions
Type objet en JavaScript

Quiz
•
Professional Development
9 questions
PreTrainingJavaScript

Quiz
•
Professional Development
7 questions
Demo Quiz Ashv

Quiz
•
Professional Development
10 questions
Introdução JavaScript

Quiz
•
Professional Development
10 questions
2. Введение в язык программирования C++.

Quiz
•
Professional Development
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade