noun

13 of 60
Other / Inward

prude - A person who is or claims to be easily shocked by matters relating to sex or nudity

As a natural prude, Tammy knew she would be very uncomfortable at a nude beach.

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