noun

Url

781 of 903
Good / Flexible

camouflage - Concealment by means of disguise or blending into encironment.

The army uniforms look like the environment they are in as a camouflage to make them less visible to the enemy.

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