nounverb verb

25 of 60
Bad / Uncomfortable

grimace - To make an an ugly, twisted expression on a person's face, typically expressing disgust, pain, or wry amusement

The soccer player grimaced as he fell to the ground in pain.

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