JavaScript Flashcards
all about var, let, const
https://t.me/haveToLearnJS/6
‘use strict’
https://t.me/haveToLearnJS/7
Примитивные типы данных
https://t.me/haveToLearnJS/8
К false приводятся:
https://t.me/haveToLearnJS/9
switch
https://t.me/haveToLearnJS/10
Выражения и инструкции (expressions and instructions)
https://t.me/haveToLearnJS/11
Хранение по ссылке и по значению
https://t.me/haveToLearnJS/12
Мутации и иммутабельность
Mutate and immutable
https://t.me/haveToLearnJS/13
Все про объект (object)
https://t.me/haveToLearnJS/16
Создание объектов
https://t.me/haveToLearnJS/16
Работа со свойствами объектов
https://t.me/haveToLearnJS/16
Дескрипторы объектов
https://t.me/haveToLearnJS/16
Защита объектов от мутации
https://t.me/haveToLearnJS/16
Интерполяция
https://t.me/haveToLearnJS/17
Массивы в JS
https://t.me/haveToLearnJS/18
Методы массивов
https://learn.javascript.ru/array-methods
Деструктуризация массива или объекта
https://t.me/haveToLearnJS/19
Функция, виды записи
https://t.me/haveToLearnJS/20
Set
https://t.me/haveToLearnJS/21
Map
https://t.me/haveToLearnJS/22
Псевдомассив
https://t.me/haveToLearnJS/23
Логические операторы
https://t.me/haveToLearnJS/24
Замыкание (closure)
https://t.me/haveToLearnJS/25
Методы строк
https://t.me/haveToLearnJS/26
Тернарный оператор
https://t.me/haveToLearnJS/27
Spread оператор …
https://t.me/haveToLearnJS/28
https://htmlacademy.ru/blog/js/spread-and-rest
Преобразование типов
https://t.me/haveToLearnJS/29
for…in
https://t.me/haveToLearnJS/31
Поверхностное и глубокое копирование
https://t.me/haveToLearnJS/32
Rest оператор …
https://htmlacademy.ru/blog/js/spread-and-rest
for .. of
https://t.me/haveToLearnJS/34
Nullish оператор (оператор нулевого слияния) ??
https://t.me/haveToLearnJS/35
Оператор опциональной цепочки
https://t.me/haveToLearnJS/36
Object.keys()
https://t.me/haveToLearnJS/37
Object.values()
https://t.me/haveToLearnJS/37
Object.entries()
https://t.me/haveToLearnJS/37
classList
https://t.me/haveToLearnJS/38
Делегирование событий
https://t.me/haveToLearnJS/39
setTimeout
https://t.me/haveToLearnJS/40
setInterval
https://t.me/haveToLearnJS/41
JS - интерпретируемый язык программирования
https://t.me/haveToLearnJS/42
Сборка мусора
https://t.me/haveToLearnJS/43
Date
https://t.me/haveToLearnJS/44
Размеры и прокрутка элементов (метрики)
https://t.me/haveToLearnJS/45
alert, prompt, confirm
https://t.me/haveToLearnJS/47
This, контекст вызова
https://t.me/haveToLearnJS/48
MutationObserver
https://t.me/haveToLearnJS/49
Функции-конструкторы
Конструктор, оператор “new”
https://t.me/haveToLearnJS/50
Классы
https://t.me/haveToLearnJS/51
JSON
https://t.me/haveToLearnJS/52
Promise
https://t.me/haveToLearnJS/53
fetch API
https://t.me/haveToLearnJS/54
ES6 модули
https://t.me/haveToLearnJS/55
try catch
https://t.me/haveToLearnJS/56
Поддержка старых форматов кода
https://t.me/haveToLearnJS/57
Event loop
https://t.me/haveToLearnJS/58
Макро и микрозадачи
https://t.me/haveToLearnJS/59
Hoisting (всплытие)
https://t.me/haveToLearnJS/60