
JS - вопросы о главном
Authored by Екатерина Михайлова
Computers
9th - 12th Grade
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Что такое объект в JS?
Структура данных, позволяющая создавать массивы
Структура, которая хранит коллекцию индексов и значений
Структура, которая объединяет пары ключ-значение
Просто какой-то тип данных
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Какой из методов массива добавит в него новый элемент?
arr.pop()
arr.append()
arr.add()
arr.push()
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Как правильно создать объект в JS?
let student = [ name: "Vasya"; age: 15;];
let student = { name: "Vasya"; age: 15;};
let student = { name = "Vasya", age = 15};
let student = { name: "Vasya", age: 15};
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как создать массив в JS?
int arr[]
let arr = []
let arr[]
Да создастся массив, сим-салабим-ахалай-махалай!
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Какой метод может удалить элемент из массива?
splice
slice
remove
delete
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Выведет ли данный код все элементы массива в консоль?
Да
Нет
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Выберите вариант кода, который выведет в консоль значения всех свойств объекта student
for(let key in student){ console.log(student.key);}
for(let i=0; i<student.length; i++){ console.log(student[i]);}
for(let key in student){ console.log(student[key]);}
for(let i=0; i<student.length; i++){ console.log(student.i);}
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?
Similar Resources on Wayground
10 questions
JavaScript 4
Quiz
•
12th Grade
11 questions
2ndPartialReview
Quiz
•
11th Grade
10 questions
HTML5 Forms
Quiz
•
11th - 12th Grade
10 questions
Dampak sosial informatika
Quiz
•
9th Grade
10 questions
Email Etiquette
Quiz
•
9th - 12th Grade
10 questions
Python lists & file operations
Quiz
•
10th Grade
10 questions
JENIS JARINGAN
Quiz
•
12th Grade - University
10 questions
JavaScript 3 baco med
Quiz
•
12th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
14 questions
[AP CSP] JavaScript Programming Quiz
Quiz
•
9th - 12th Grade
10 questions
Understanding Computers and Computer Engineering
Interactive video
•
7th - 12th Grade
37 questions
Python - Tuples, Lists, and List Methods
Quiz
•
9th - 12th Grade
60 questions
MOS Word Home, Insert, Reference Ribbon Basics
Quiz
•
9th Grade