nounverb noun

Url

37 of 74
Other / Shape

dent - A slight hollow or depression in a surface, typically caused by impact or pressure.

She accidentally dropped her phone, leaving a dent in the plastic case.

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