noun

1 of 16
Bad / Boring

prattle - Foolish or inconsequential talk

Instead of being left in peace, Charlie was subject to the endless prattle of his seat mate.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }