Skip to content

Commit

Permalink
task 9
Browse files Browse the repository at this point in the history
  • Loading branch information
zhen1007 committed Aug 26, 2024
1 parent 87a973f commit 0ce1d6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions travel_recommendation.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,6 @@ searchBtn.addEventListener("click", () => {

clearBtn.addEventListener("click", () => {
searchInput.value = "";
const resultDiv = document.getElementById("result");
resultDiv.innerHTML = "Enter keywork like beaches, temples or countries";
});

0 comments on commit 0ce1d6e

Please sign in to comment.