adjective

13 of 16
Bad / Boring

mundane - Ordinary and not interesting or exciting

Bill had been excited about being an archaeologist, but he found the daily tasks of digging in dirt to be mundane and boring.

// 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(); }); }