Что такое объект в JavaScript?

Объекты в JavaScript: Создание объектов

Quiz
•
Computers
•
6th Grade
•
Hard
Жарская Елена
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Объект в JavaScript - это функция
Объект в JavaScript представляет собой коллекцию свойств.
Объект в JavaScript - это строка
Объект в JavaScript - это массив
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как создать объект с помощью литерала?
var obj = new Object(key1, 'value1', key2, 'value2')
Пример: var obj = { key1: 'value1', key2: 'value2' }
var obj = Object.create({ key1: 'value1', key2: 'value2' })
var obj = new Object({ key1: 'value1', key2: 'value2' })
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как создать объект с помощью конструктора Object?
var obj = new Object();
var obj = Object.new()
var obj = {}
var obj = Object.create();
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как добавить свойство в объект?
object.property = newValue;
object.property = value; или object['property'] = value;
object.property + value;
object.property(value) = newValue;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как удалить свойство из объекта?
delete objectName.propertyName;
objectName.propertyName = undefined;
objectName.propertyName = null;
remove objectName.propertyName;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как получить значение свойства объекта?
objectName.propertyName или objectName.propertyName['propertyName']
objectName.propertyName['propertyName'] или objectName.propertyName['propertyName']
objectName.propertyName или objectName['propertyName']
objectName.propertyName или objectName.propertyName
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как изменить значение свойства объекта?
object.setProperty(newValue)
object.property = newValue()
object.property = newValue;
object.property(newValue)
Create a free account and access millions of resources
Similar Resources on Quizizz
11 questions
Lesson 6

Quiz
•
1st Grade - University
10 questions
Mini Quiz

Quiz
•
6th - 8th Grade
5 questions
М5У4 Roblox Middle

Quiz
•
6th - 8th Grade
10 questions
Roblox 11

Quiz
•
3rd - 12th Grade
12 questions
Компас и редактирование

Quiz
•
6th Grade
10 questions
Создание 3D фигур в SketchUp

Quiz
•
6th Grade - University
10 questions
Gamemaker Language

Quiz
•
6th - 12th Grade
10 questions
Y9 Pacman Spring Exam

Quiz
•
6th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
20 questions
Final Exam Vocabulary

Quiz
•
6th Grade
11 questions
Decimal/fraction conversions quick check

Quiz
•
5th - 7th Grade
10 questions
Identifying equations

Quiz
•
KG - University
49 questions
How Well Do You Know Your 6th Grade Teachers?

Quiz
•
6th Grade
5 questions
Multiply Decimals

Lesson
•
5th - 6th Grade
10 questions
Adding and Subtracting Decimals

Quiz
•
6th Grade
33 questions
Mechanical Energy Transfer

Quiz
•
6th Grade