Day 46 of my Web Development Journey π
Today I learned JavaScript for...of, forEach, Callback Functions, filter(), and map(). β‘π»
Understanding how to efficiently work with arrays and data!
COMPLETED Lecture 15:β
#JavaScript#WebDevelopment#100DaysOfCode#Coding
Day 45 of my Web Development Journey π
Today I explored advanced JavaScript concepts, including the for...in loop, why it's not recommended for arrays, and object property descriptors like writable, enumerable, and configurable. β‘π»
COMPLETED Lecture 14:β
#JavaScript#Loop
Day 44 of my Web Development Journey π
Today I learned JavaScript Conditional Statements, Loops, Switch Case, and Variable Scope. Every concept is making my programming fundamentals stronger. β‘π»
COMPLETED Lecture 13:β
#JavaScript#WebDevelopment#100DaysOfCode#Coding
Day 43 of my Web Development Journey π
Today I learned JavaScript Functions, including Arrow Functions, and understood how they make code cleaner and more concise. β‘π»
COMPLETED Lecture 12:β
#JavaScript#WebDevelopment#100DaysOfCode#Coding
Day 42 of my Web Development Journey π
Today I learned advanced JavaScript Objects, including nested objects, object destructuring, shallow copy, deep copy, and prototype chaining. β‘π»
COMPLETED Lecture 11: Part 2:β
#JavaScript#WebDevelopment#100DaysOfCode#Coding
Day 40 of my Web Development Journey π
Today I learned JavaScript Date & Time, including date components, formatting, date calculations, and working with GMT and UTC. π β°
COMPLETED Lecture 9:β
#JavaScript#WebDevelopment#100DaysOfCode#Coding
Day 39 of my Web Development Journey π
Today I learned JavaScript Arrays and explored how to store, access, and work with collections of data. π¦β‘
COMPLETED Lecture 8:β
#JavaScript#WebDevelopment#100DaysOfCode#Coding
Day 38 of my Web Development Journey π
Today I explored the JavaScript Math object and learned how to perform mathematical operations using built-in methods and properties.
COMPLETED Lecture 7:β
#JavaScript#WebDevelopment#100DaysOfCode#Coding
Day 37 of my Web Development Journey π
Today I learned JavaScript Stringsβdeclaring strings, string methods, searching, extracting, replacing, splitting, trimming, and creating strings using the new keyword. β¨π»
COMPLETED Lecture 6:β
#JavaScript#WebDevelopment#string
Day 36 of my Web Development Journey π
Today I learned JavaScript Memory Management and understood how Stack and Heap memory work through real-world examples. π§ β‘π»
COMPLETED Lecture 5:β
#JavaScript#WebDevelopment#100DaysOfCode#Coding
Day 35 of my Web Development Journey π
Today I learned JavaScript Operators, including Arithmetic, Assignment, Comparison, Logical, Bitwise, and Ternary operators. β‘π»
COMPLETED Lecture 4:β
#JavaScript#WebDevelopment#100DaysOfCode#Coding
Day 34 of my Web Development Journey π
Today I learned JavaScript non-primitive data types (Array, Object, and Function) and explored type conversion with real-life examples. β‘π»
COMPLETED Lecture 3:β
#JavaScript#WebDevelopment#100DaysOfCode#Coding
Day 33 of my Web Development Journey π
Today I explored how JavaScript numbers are stored in 64-bit memory, including the sign bit, exponent, mantissa, and floating-point representation. β‘π»
COMPLETED Lecture 2: Part 2:β
#JavaScript#WebDevelopment#100DaysOfCode#Coding
Day 32 of my Web Development Journey π
Learned JavaScript Primitive Data Types, memory (RAM), and the difference between null and undefined. β‘π»
COMPLETED Lecture 2: Part 1:β
#JavaScript#WebDevelopment#100DaysOfCode#Coding
π― Just earned my **100 Days Badge** on LeetCode! π
100 days of consistency, learning, and problem-solving.
Every accepted solution boosted my confidence, and every wrong submission taught me something valuable.
On to the next milestone! πͺ
#LeetCode#100DaysBadge
Day 31 of my Web Development Journey π
Today I started learning JavaScript! Explored its history, the V8 engine, browser evolution, how to run JavaScript outside the browser, and the technology behind the V8 engine.
COMPLETED Lecture 1:β
#JavaScript#WebDevelopment
Day 30 of my Web Development Journey π
Today I learned CSS Animations, including animation-name, duration, timing-function, delay, iteration-count, and direction. β¨π»
Making web pages more interactive, one animation at a time!
COMPLETED Lecture 17:β
#CSS#WebDevelopment
Day 29 of my Web Development Journey π
Today I learned CSS Transforms, including translate, scale, rotate, skew, transform-origin, and 3D transforms like translateZ, rotateX, rotateY, and perspective. π¨π»
COMPLETED Lecture 16:β
#CSS#WebDevelopment#Coding
Day 28 of my Web Development Journey π
Today I learned how to make CSS Grid responsive using repeat(), minmax(), auto-fit, auto-fill, and place-items. π±π¨π»
COMPLETED Lecture 15:β
Building layouts that adapt seamlessly to different screen sizes!
#CSS#CSSGrid#Responsive