nounverb verb

Url

49 of 60
Bad / Attack

puncture - To burst or break through something, often suddenly and forcefully.

The intense criticism seemed to puncture her confidence, making her doubt her abilities.

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