noun

Url

25 of 60
Bad / Confused

mirage - An image that exists only in the mind and is not real.

When the new leader says he's for democracy, the world is hoping that it isn't a mirage.

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