Week 3 Day 1: JavaScript functions and objects

This commit is contained in:
2026-01-09 15:46:32 +05:30
parent c55dea91a9
commit 6d6a8fd0ea
2 changed files with 56 additions and 0 deletions

25
Week-3/Day-1/Readme.md Normal file
View File

@@ -0,0 +1,25 @@
# Week 3 Day 1
## Advanced JavaScript Functions and Objects
### Date
29 December 2025
### Objective
To understand JavaScript functions and objects for writing modular and structured code.
### Topics Covered
- Function declaration and usage
- JavaScript objects
- Object properties and methods
### Activities Performed
- Practiced creating functions
- Worked with objects and methods
- Executed JS code in browser console
### Learning Outcomes
- Improved understanding of reusable logic
- Learned object-oriented basics in JavaScript
### Status
Completed