И
Size: a a a
И
М
document.querySelector('input[placeholder="Add product name"]').setAttribute('id', 'newId')И
document.querySelector('input[placeholder="Add product name"]').setAttribute('id', 'newId')М
И

М

let firstInput = document.querySelector('input[placeholder="Add product name"]');
firstInput.setAttribute('id', 'newId');
console.log(firstInput)
Твой вариант не прокатит, чтобы сразу ставить ID и обращаться в 1 переменнойИ
let firstInput = document.querySelector('input[placeholder="Add product name"]');
firstInput.setAttribute('id', 'newId');
console.log(firstInput)
Твой вариант не прокатит, чтобы сразу ставить ID и обращаться в 1 переменнойИ

М

let firstInput = document.querySelector('input[placeholder="Add product name"]');
firstInput.setAttribute('id', 'newId');
console.log(firstInput)И
let firstInput = document.querySelector('input[placeholder="Add product name"]');
firstInput.setAttribute('id', 'newId');
console.log(firstInput)М
И
И
М
И
М
И
O_
A