nounverb noun

Url

37 of 60
Bad / Uncomfortable

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

Rowan made a grimace when he saw the disgusting plate of food given to him.

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