C
Size: a a a
C
IS
э
э
IS
O
IS
C
O
М
v
C
IS
inputBox.addEventListener('keyup', () => {
const input = inputBox.value.trim();
addButton.classList.toggle('active', userInfo.length !== 0);
})IS
IS
O
function httpGet(theUrl){ var xmlHttp = new XMLHttpRequest(); xmlHttp.open( "GET", theUrl, false ); // false for synchronous request xmlHttp.send( null ); return xmlHttp.responseText;} пришел в чатик, по башке дали ушел с фетчем)C
AE