Конструктор тестів
1
What is JavaScript commonly abbreviated as?
2
In JavaScript, what is the purpose of variables?
3
What analogy is used to describe a variable in JavaScript?
4
Which keyword is used to declare variables in the global or function scope, but is mostly replaced by "let" and "const" for block-scoped variables?
5
In JavaScript, what is the primary purpose of "let" for declaring variables?
6
Which of the following keywords in JavaScript is block-scoped and constant, meaning the value cannot be changed after assignment?
7
Which data type in JavaScript is used to represent both integers and floating-point numbers?
8
What data type in JavaScript is used to represent sequences of characters, such as text or words?
9
What is the primary purpose of the Boolean data type in JavaScript?
10
What happens to a variable in JavaScript if you declare it but don't assign a value to it?
11
What data type in JavaScript is used to hold multiple key-value pairs and is versatile for creating structured data?
12
Which keyword is used to declare variables in the global or function scope, but it has been largely replaced by "let" and "const" for block-scoped variables?
Рефлексія від 10 учнів
Сподобався:
Так: 9
Ні: 1
Зрозумілий:
Так: 10
Ні: 0
Потрібні роз'яснення:
Ні: 10
Так: 0