๐ 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
โ #Day25 โ Web Dev Journey ๐
๐ฏToday, I learned about JavaScript Arrays and key methods like push, pop, shift, unshift, map, filter, reduce.
These tools make data handling cleaner, faster, and more powerful.
#JavaScript#WebDevelopment#CodingJourney#100DaysOfCode#MERNStack
โ 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