JavaScript Flashcards

(58 cards)

1
Q

all about var, let, const

A

https://t.me/haveToLearnJS/6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

‘use strict’

A

https://t.me/haveToLearnJS/7

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Примитивные типы данных

A

https://t.me/haveToLearnJS/8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

К false приводятся:

A

https://t.me/haveToLearnJS/9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

switch

A

https://t.me/haveToLearnJS/10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Выражения и инструкции (expressions and instructions)

A

https://t.me/haveToLearnJS/11

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Хранение по ссылке и по значению

A

https://t.me/haveToLearnJS/12

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Мутации и иммутабельность
Mutate and immutable

A

https://t.me/haveToLearnJS/13

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Все про объект (object)

A

https://t.me/haveToLearnJS/16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Создание объектов

A

https://t.me/haveToLearnJS/16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Работа со свойствами объектов

A

https://t.me/haveToLearnJS/16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Дескрипторы объектов

A

https://t.me/haveToLearnJS/16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Защита объектов от мутации

A

https://t.me/haveToLearnJS/16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Интерполяция

A

https://t.me/haveToLearnJS/17

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Массивы в JS

A

https://t.me/haveToLearnJS/18

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Методы массивов

A

https://learn.javascript.ru/array-methods

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Деструктуризация массива или объекта

A

https://t.me/haveToLearnJS/19

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Функция, виды записи

A

https://t.me/haveToLearnJS/20

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Set

A

https://t.me/haveToLearnJS/21

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Map

A

https://t.me/haveToLearnJS/22

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Псевдомассив

A

https://t.me/haveToLearnJS/23

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Логические операторы

A

https://t.me/haveToLearnJS/24

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Замыкание (closure)

A

https://t.me/haveToLearnJS/25

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Методы строк

A

https://t.me/haveToLearnJS/26

25
Тернарный оператор
https://t.me/haveToLearnJS/27
26
Spread оператор ...
https://t.me/haveToLearnJS/28 https://htmlacademy.ru/blog/js/spread-and-rest
27
Преобразование типов
https://t.me/haveToLearnJS/29
28
for...in
https://t.me/haveToLearnJS/31
29
Поверхностное и глубокое копирование
https://t.me/haveToLearnJS/32
30
Rest оператор ...
https://htmlacademy.ru/blog/js/spread-and-rest
31
for .. of
https://t.me/haveToLearnJS/34
32
Nullish оператор (оператор нулевого слияния) ??
https://t.me/haveToLearnJS/35
33
Оператор опциональной цепочки
https://t.me/haveToLearnJS/36
34
Object.keys()
https://t.me/haveToLearnJS/37
35
Object.values()
https://t.me/haveToLearnJS/37
36
Object.entries()
https://t.me/haveToLearnJS/37
37
classList
https://t.me/haveToLearnJS/38
38
Делегирование событий
https://t.me/haveToLearnJS/39
39
setTimeout
https://t.me/haveToLearnJS/40
40
setInterval
https://t.me/haveToLearnJS/41
41
JS - интерпретируемый язык программирования
https://t.me/haveToLearnJS/42
42
Сборка мусора
https://t.me/haveToLearnJS/43
43
Date
https://t.me/haveToLearnJS/44
44
Размеры и прокрутка элементов (метрики)
https://t.me/haveToLearnJS/45
45
alert, prompt, confirm
https://t.me/haveToLearnJS/47
46
This, контекст вызова
https://t.me/haveToLearnJS/48
47
MutationObserver
https://t.me/haveToLearnJS/49
48
Функции-конструкторы Конструктор, оператор "new"
https://t.me/haveToLearnJS/50
49
Классы
https://t.me/haveToLearnJS/51
50
JSON
https://t.me/haveToLearnJS/52
51
Promise
https://t.me/haveToLearnJS/53
52
fetch API
https://t.me/haveToLearnJS/54
53
ES6 модули
https://t.me/haveToLearnJS/55
54
try catch
https://t.me/haveToLearnJS/56
55
Поддержка старых форматов кода
https://t.me/haveToLearnJS/57
56
Event loop
https://t.me/haveToLearnJS/58
57
Макро и микрозадачи
https://t.me/haveToLearnJS/59
58
Hoisting (всплытие)
https://t.me/haveToLearnJS/60