noun

Url

13 of 19
Other / Surprise

discrepancy - A difference between two things that are expected to be the same.

Her story had a major discrepancy that made the police suspicious.

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