Other / Other

adjective

61 of 62

Other / Other

Url

likewise - In a similar way.

Though we didn't like the company's tough work schedule, I was quiet about it and my fellow workers did likewise.

noun

62 of 62

Other / Other

Url

longshot - A venture or guess that has only the slightest chance of succeeding or being accurate.

Many people buy tickets for the lottery even though they know that winning is a longshot.

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