JavaScript Flashcards

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
Q

Тернарный оператор

A

https://t.me/haveToLearnJS/27

26
Q

Spread оператор …

A

https://t.me/haveToLearnJS/28
https://htmlacademy.ru/blog/js/spread-and-rest

27
Q

Преобразование типов

A

https://t.me/haveToLearnJS/29

28
Q

for…in

A

https://t.me/haveToLearnJS/31

29
Q

Поверхностное и глубокое копирование

A

https://t.me/haveToLearnJS/32

30
Q

Rest оператор …

A

https://htmlacademy.ru/blog/js/spread-and-rest

31
Q

for .. of

A

https://t.me/haveToLearnJS/34

32
Q

Nullish оператор (оператор нулевого слияния) ??

A

https://t.me/haveToLearnJS/35

33
Q

Оператор опциональной цепочки

A

https://t.me/haveToLearnJS/36

34
Q

Object.keys()

A

https://t.me/haveToLearnJS/37

35
Q

Object.values()

A

https://t.me/haveToLearnJS/37

36
Q

Object.entries()

A

https://t.me/haveToLearnJS/37

37
Q

classList

A

https://t.me/haveToLearnJS/38

38
Q

Делегирование событий

A

https://t.me/haveToLearnJS/39

39
Q

setTimeout

A

https://t.me/haveToLearnJS/40

40
Q

setInterval

A

https://t.me/haveToLearnJS/41

41
Q

JS - интерпретируемый язык программирования

A

https://t.me/haveToLearnJS/42

42
Q

Сборка мусора

A

https://t.me/haveToLearnJS/43

43
Q

Date

A

https://t.me/haveToLearnJS/44

44
Q

Размеры и прокрутка элементов (метрики)

A

https://t.me/haveToLearnJS/45

45
Q

alert, prompt, confirm

A

https://t.me/haveToLearnJS/47

46
Q

This, контекст вызова

A

https://t.me/haveToLearnJS/48

47
Q

MutationObserver

A

https://t.me/haveToLearnJS/49

48
Q

Функции-конструкторы
Конструктор, оператор “new”

A

https://t.me/haveToLearnJS/50

49
Q

Классы

A

https://t.me/haveToLearnJS/51

50
Q

JSON

A

https://t.me/haveToLearnJS/52

51
Q

Promise

A

https://t.me/haveToLearnJS/53

52
Q

fetch API

A

https://t.me/haveToLearnJS/54

53
Q

ES6 модули

A

https://t.me/haveToLearnJS/55

54
Q

try catch

A

https://t.me/haveToLearnJS/56

55
Q

Поддержка старых форматов кода

A

https://t.me/haveToLearnJS/57

56
Q

Event loop

A

https://t.me/haveToLearnJS/58

57
Q

Макро и микрозадачи

A

https://t.me/haveToLearnJS/59

58
Q

Hoisting (всплытие)

A

https://t.me/haveToLearnJS/60