АЕ

return Storage.storage
Такой код отрабатывает на ура:class S {
static s = [];
static getS () { return S.s; }
static addS (a) { S.s.push(a); }
}
Size: a a a
АЕ
return Storage.storage
Такой код отрабатывает на ура:class S {
static s = [];
static getS () { return S.s; }
static addS (a) { S.s.push(a); }
}
A
A
return Storage.storage
Такой код отрабатывает на ура:class S {
static s = [];
static getS () { return S.s; }
static addS (a) { S.s.push(a); }
}
OY
O
A
Кm
☬
Кm
Кm
d
Ю
VL
var contentA = document.querySelectorAll('content a');
for (var i = 0; i < contentA.length; i++) {
if (window.getComputedStyle(contentA[i]).width > 230 + 'px') {
contentA[i].style.fontSize = 17 + 'px';
}
}
Н
АЕ
vh
. 100vh == 100% высоты вьюпорта. Если в js, то window.innerHeight
- высота вьюпорта в пикселях.Н
vh
. 100vh == 100% высоты вьюпорта. Если в js, то window.innerHeight
- высота вьюпорта в пикселях.O
DC