noun

13 of 67
Bad / Stupid

imp - A mischievous but harmless trouble maker

Charlie's mother shouted at him, "Stop jumping up and down on your bed and acting like a little imp, and try to be just a little serious and clean up your room."

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