noun

Url

37 of 60
Good / Big

bonus - A reward or benefit added to a purchase or experience.

The movie had a bonus scene after the credits that surprised the audience.

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