From 4161f3f6d314ea1da0ab982880cfe14a0a03fad7 Mon Sep 17 00:00:00 2001 From: siddhiavhad27 Date: Fri, 27 Mar 2026 15:44:51 +0000 Subject: [PATCH] Add README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..50c4b9d --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ + Day 5 - JavaScript Basics + +Introduction + +Today I learned the basics of JavaScript, which is used to make web pages interactive. + + Concepts Covered + +* Variables +* Functions +* Events (onclick) +* Linking JavaScript with HTML + + Practical Task + +I added an interactive button to my profile webpage using JavaScript. + +Features Added + +* Button click interaction +* Alert message display +* Basic event handling + +Outcome + +I understood how JavaScript adds functionality and interactivity to web pages. +