adjective

Url

49 of 60
Bad / Weak

expendable - Not essential, able to be used up or sacrificed without significant loss, easily replaced or not necessary for long-term use.

The workers didn't feel any sense of job security, and they felt expendable, because they were fired whenever the demand for the factory work slowed down.

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