adjective

Url

37 of 42
Good / Good

authentic - Genuine or real, not fake or copied.

In her novels about New York in the early 20th century, Beverly tried to make the scenes and characters feel authentic and real, so that readers could emotionally identify with them.

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