
JS - вопросы о главном
Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

8 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Что такое объект в JS?
Back
Структура, которая объединяет пары ключ-значение
2.
FLASHCARD QUESTION
Front
Какой из методов массива добавит в него новый элемент? arr.pop(), arr.append(), arr.add(), arr.push()
Back
arr.push()
3.
FLASHCARD QUESTION
Front
Как правильно создать объект в JS? Options: let student = [ name: "Vasya"; age: 15;];, let student = { name: "Vasya"; age: 15;};, let student = { name = "Vasya", age = 15};, let student = { name: "Vasya", age: 15};
Back
let student = { name: "Vasya", age: 15};
4.
FLASHCARD QUESTION
Front
Как создать массив в JS?
Back
let arr = []
5.
FLASHCARD QUESTION
Front
Какой метод может удалить элемент из массива?
Back
splice
6.
FLASHCARD QUESTION
Front
Выведет ли данный код все элементы массива в консоль?
Back
Нет
7.
FLASHCARD QUESTION
Front
Выберите вариант кода, который выведет в консоль значения всех свойств объекта 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);}.
Back
for(let key in student){ console.log(student[key]);}
8.
FLASHCARD QUESTION
Front
Как можно получить доступ к свойству hp объекта hero? Options: hero[hp], hero['hp'], hero.hp, hero->hp, hero["hp"], hero(hp), hero["hp"], hero.hp, hero(hp), hero.hp, hero['hp'], hero["hp"]
Back
hero.hp, hero['hp'], hero["hp"]
Similar Resources on Wayground
12 questions
Anime Questions
Flashcard
•
KG
10 questions
Literary Devices
Flashcard
•
9th - 10th Grade
10 questions
Guess The Cartoon Network Shows
Flashcard
•
KG - Professional Dev...
11 questions
LOgos
Flashcard
•
KG - Professional Dev...
15 questions
Freshman Final 2024
Flashcard
•
9th - 12th Grade
6 questions
Leavening Process Flashcard
Flashcard
•
11th Grade
10 questions
Classic Greek Drama and Oedipus Terms
Flashcard
•
10th Grade
11 questions
Epic Poetry
Flashcard
•
7th - 12th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
30 questions
Computer Terminology Exercise #1 ( Fill Ins)
Quiz
•
9th Grade
15 questions
MLA Formatting
Quiz
•
9th Grade
20 questions
Typing Practice
Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro
Lesson
•
5th - 9th Grade
20 questions
Google Sheets Quiz
Quiz
•
9th Grade