Good / Smart

noun

61 of 62

Good / Smart

Url

precision - Being exact and accurate.

Einstein's theory of relativity explains gravity's waves with incredible precision.

noun

62 of 62

Good / Smart

Url

insight - A clear, deep, and sometimes sudden understanding of a complicated problem or situation.

He decided to live in a slum for a year in order to get an insight into how the poor lived.

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