Back

Shubham

Fearless • 16h

🙏 Sorry for the gap in my 21-day JavaScript learning journey! I was on a short trip – had the blessed opportunity to visit: Ujjain (Mahakal Darshan) Indore Khatu Shyam Ji (Rajasthan) and explored Mandafiya (Rajasthan) ✨ Now I’m back, refreshed and ready to continue the Day 11/21 JavaScript journey 🚀 Thank you for staying connected 🙌 Learning never stops – just sometimes takes a small pause ❤️ #21DayJavaScript #LearnInPublic #CodingJourney #WebDevelopment

2 Replies
7
Replies (2)

More like this

Recommendations from Medial

Image Description
Image Description

Inayat Hasan

Software engineer • 1y

[This post has been deleted by the creator]

4 Replies
5

Shubham

Fearless • 9d

Day 09/21 – JavaScript Classes & Objects Today I explored Classes & Objects in JavaScript – the building blocks of Object-Oriented Programming (OOP). 🚀 🔹 Objects = collections of data & methods 🔹 Classes = blueprints to create objects Example:

See More
Reply
8

Shubham

Fearless • 10d

🚀 Day 08/21 – JavaScript Events Sorry for the 1-day gap 🙏, but back on track with my 21-day JavaScript learning journey Today I learned about Events – actions that happen in the browser (clicks, key presses, scrolls, etc.), which we can capture a

See More
Reply
1
10

Shubham

Fearless • 8d

Day 10/21 – JavaScript: Callback, Promise & Async/Await Today I learned how JavaScript handles asynchronous tasks like API calls, file loading, or timers. ⚡ 🔹 Callback – a function passed into another function function fetchData(cb) { setTimeou

See More
Reply
1

Shubham

Fearless • 18d

🚀 Day 1/21 – My JavaScript Learning Journey I’ve started my 21-day challenge to learn and share JavaScript daily. 🔹 Today’s focus: Basics, Variables, and Data Types Variables: var, let, const (different scopes & usage). Data Types: 7 primitive

See More
Reply
2

Shubham

Fearless • 13d

🚀Day 06/21 – JavaScript DOM (Document Object Model) Today’s focus was on DOM – the way JavaScript interacts with web pages. 🌐 👉 DOM represents HTML as a tree structure. 👉 With JS, we can select, modify, and create elements dynamically. Example

See More
Reply
9

Shubham

Fearless • 17d

🚀 Day 2 of 21 – JavaScript Learning Journey Topic: Operations & Conditional Statements 🔹 Operations in JavaScript Arithmetic: + - * / % Assignment: = += -= Comparison: == === != > < >= <= Logical: && || ! 🔹 Conditional Statements // if sta

See More
1 Reply
1
16

Shubham

Fearless • 16d

🚀 Day 3/21 – My JavaScript Learning Journey Today I explored two core concepts: Loops & Strings. 🔹 Loops in JavaScript for → classic loop with index. while → runs until a condition is true. do...while → executes at least once. for...of → best

See More
Reply
2

Shubham

Fearless • 15d

🚀 Day 4/21 – My JavaScript Learning Journey Today’s focus: Arrays in JavaScript 📦 An Array is a special object in JS used to store multiple values in a single variable. 🔹 Creating Arrays let fruits = ["Apple", "Banana", "Mango"]; 🔹 Common Me

See More
Reply
3

Shubham

Fearless • 14d

Day 05/21 – JavaScript Functions & Methods Today I explored one of the most powerful concepts in JavaScript: Functions & Methods. 🚀 🔹 Functions are blocks of code designed to perform a specific task. They help in reusability and make code cleaner

See More
Reply
1

Download the medial app to read full posts, comements and news.