nounverb verb

Url

37 of 60
Other / Shape

dent - To make a slight hollow or depression in a surface by impact or pressure.

The car’s door was dented when it was accidentally hit by a shopping cart.

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