noun

Url

817 of 901
Good / Strong

bootcamp - A type of physical training that consists of many different types of exercise; or a short course of intensive study designed to provide someone with new skills

Alice signed up for the 3 month computer bootcamp, that promised her a great job after she graduated.

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