adjective

Url

1393 of 1578
Bad / Nervous

insecure - Lacking confidence or self-assurance; feeling unsure about oneself.

When the disease caused blotches on her face, she felt insecure whenever she was with people.

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