adjective

Url

49 of 60
Bad / Dangerous

caustic - Sarcastic or severely critical, often in a hurtful or biting manner; or able to burn or corrode organic tissue, typically referring to chemicals or substances.

The caustic chemical spilled onto the floor and quickly started to eat away at the floor surface.

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