TK
Size: a a a
TK
j
Н
Н
N
N
Н
N
Н
{
Н
SA
S
SA
Array.from(inputs).forEach((input, idx) => {
input.addEventListener('keyup', function() {
if (input.value.length == 1) {
code = input.value
if (idx !== inputs.length - 1) {
input.nextElementSibling.focus()
} else {
console.log('send button', input);
// this must be function whe get params and send request backend
}
}
})
})
ВИ
KB
КК
.map(({ cases, deaths, recovered }) => ({ cases, deaths, recovered }));
ВИ
ВИ
c