TS
Size: a a a
TS
.
let myclass = document.getElementsByClassName('name') //HTML Collection (к примеру 1 кнопка)
for (let but of myclass) {
console.log(but) // < = > <input type='button' value='mybutton'>
console.log(but.value или иные атрибуты) // < = > 'mybutton'
};ND
PH
BP
BP

А
А
А
UT
NA
K✓
69
Г

Г
Г
Г
АИ
АИ
АИ