noun

661 of 1578
Bad / Strange

savage - (chiefly in historical or literary contexts) a member of a people regarded as primitive and uncivilized

When the Pilgrims first arrived in America, they unfairly viewed the Native Americans as primitive savages despite their rich culture.

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