noun

1 of 60
Bad / Stupid

bimbo - Slang term for someone who is beautiful but not very intelligent.

Eunice hated being blonde because she resented being stereotyped as a bimbo.

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