cara mendapatkan data input dengan javascript

const value = document.querySelector('input').value;
console.log(value);
Horny Dev