Add README.md
This commit is contained in:
27
README.md
Normal file
27
README.md
Normal file
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user