
Урок 6: Объекты
Authored by Игорь Анучин
Education
6th - 11th Grade
Used 35+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Сколько всего типов данных в JS вы знаете?
3
4
5
6
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Как правильно создать объект "student"?
let student = {};
let student = object;
let student = [];
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Что в данном объекте является ключом? let student = { age: 16, name: 'Liza', gender: 'female', };
age, name, female
16, Liza, female
age, name, gender
age, Liza, gender
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Как получить имя студента из объекта?let student = { age: 16, name: 'Liza', gender: 'female',};
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Как вызвать метод getGreeting? let student = { age: 16,name: 'Liza',gender: 'female',getGreeting: function()};
console.log(cat.getGreeting());
cat.getGreeting();
cat.getGreeting;
console.log(cat.getGreeting);
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?