adjective

Url

1237 of 1578
Bad / Strange

outlandish - Foreign or unfamiliar, especially in a way that seems odd or eccentric.

Her theory sounded so outlandish that no one took it seriously—until it was proven correct.

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