nounverb noun

25 of 60
Bad / Weak

limp - A tendency to limp; a gait impeded by injury or stiffness

Mike had a bad limp for the past 5 years, and it had been caused when he fell down a flight of stairs.

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