noun

Url

49 of 60
Bad / Dishonest

mischief - Behavior that causes minor damage or annoyance, especially by children or animals.

Their son had a sparkle of mischief in his eyes when he ran to hide behind the curtains.

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