noun

37 of 60
Bad / Powerless

underling - A person with a lower rank or status

The boss barked at his underlilngs without any concern for their feelings.

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