adjective

Url

49 of 65
Bad / Disorganized

makeshift - Improvised and usually crude – serving a purpose in the short term but lacking durability or quality.

When he lost his shoes in the snowstorm, he tied plastic bags on his feet as makeshift shoes to keep his feet dry.

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