🚀 1st Project Update: BharatShowTime 🎬
🧿I recently built a small project named BharatShowTime using HTML and CSS.
This project is a basic front-end layout of a movie and event booking platform.
Special thanks to @rohit_negi9
Bhaiya.. #WebDevelopment#Frontend#HTML#CSS
Day 35 of my Web Development Journey 🚀
Today I learned about the DOM — the bridge that allows JavaScript to turn static webpages into dynamic, interactive experiences. Understanding how browsers represent HTML as a structured tree.
#WebDevelopment#JavaScript
✅Day 33 of my Web Dev journey 🚀
Today, I learned how JavaScript actually works behind the scenes — understanding Execution Context, memory creation, execution phase, and the hoisting concept in depth.
Not just writing code, but understanding how it runs.
#JavaScript#WebDev
✅Day34 | Web Dev 🚀
Today, I went deep into this keyword and the difference between strict & non-strict mode in JavaScript.
Non-strict mode = flexible but risky.
Strict mode = safer, predictable, and prevents silent errors.
#WebDevelopment#JavaScript#100DaysOfCode
🚀 Day32 – Web Dev Journey
I Cover:-
📌 Learned JavaScript Set �� stores only unique values
📌 Understood Set Intersection – finds common elements
📌 Revised map() – transforms array data
📌 Revisited reduce() – combine values into one result
#JavaScript #WebDev #LearningInPublic
🚀 Day 30 – Web Dev (JavaScript)
Today I learned some advanced JS concepts
for...of → (arrays, strings)
For...in → (objects)
Object Property Attributes:
writable – can the value change?
enumerable – visible in loops or not
configurable – can be deleted/modified...
#WebDev#Js
🚀 Day 29 | Web Dev Journey
Today I learned about Functions in JavaScript.
In JavaScript, functions can be written in different ways:
1️⃣ Function Declaration
2️⃣ Function Expression
3️⃣ Arrow Function
4️⃣ Anonymous Function
5️⃣ Callback Function
#Day29#WebDevelopment#JavaScript
✅Day 28 | Web Dev Journey 🚀
🧐Today was all about diving deeper into advanced Js objects.
I learned concepts like:
✅ Shallow Copy vs Deep Copy
✅ Nested Objects
✅ Object Destructuring
✅ Rest & Spread Operators
✅ Prototypes in Js
#JavaScript#WebDevelopment#CodeNewbie
#Day27 – Web Dev🚀
Today, I learned about JavaScript Objects🧠
Covered today 👇
• Creating objects using {}
• Using new Object()
• Creating objects with class & constructor
• Understanding key : value pairs
• Using Object.assign() to copy & merge object
#JavaScript#WebDev
✅#Day26 of web development!
🧿today, I studied the Date methods!
JavaScript Date methods allow you to work with dates and times.
You can create, read, update, and format dates.
Examples:
new Date()
getFullYear()
getMonth()
getDate()
setFullYear(2025)
#WebDev#javascript
✅Day 24 of my Web Dev journey!
🎯Today, I learned about JavaScript Math methods.
JavaScript's Math object helps with quick calculation.
Some cool methods I learned.
🔺Math.round() –
🔺Math.floor() –
🔺Math.ceil() –
🔺Math.random() –
🔺Math.max() / Math.min()
#WebDev