noun

Url

37 of 60
Other / Light

exposure - The condition of being exposed to something like weather, danger, or public view.

The journalist’s article led to the exposure of a major financial scandal.

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