From ed4a50f51937192fe5466c84704a758e7f49f74b Mon Sep 17 00:00:00 2001 From: ABHISEK PANDA <117925314+abhisek2004@users.noreply.github.com> Date: Sun, 24 May 2026 17:10:11 +0530 Subject: [PATCH] Add search movie name header to index.js --- DAY 501 TO 520/Movie App/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DAY 501 TO 520/Movie App/index.js b/DAY 501 TO 520/Movie App/index.js index 155c9c4f..c521ab10 100644 --- a/DAY 501 TO 520/Movie App/index.js +++ b/DAY 501 TO 520/Movie App/index.js @@ -49,3 +49,6 @@ searchBtn.addEventListener("click", function () { } }); + + +