/* create a function that searches for medical images on the internet */ function searchForMedicalImages(searchTerm) { var searchUrl = 'https://www.google.com/search?tbm=isch&q=' + searchTerm; window.location.href = searchUrl; }
/* create a function that searches for medical images on the internet */ function searchForMedicalImages(searchTerm) { var searchUrl = 'https://www.google.com/search?tbm=isch&q=' + searchTerm; window.location.href = searchUrl; }