Back

Shubham

Fearless • 21d

🚀 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 types → string, number, boolean, null, undefined, symbol, bigint + object. 💡 Fun fact: typeof null returns "object", which is actually a well-known JavaScript bug that still exists. ✨ This journey is all about consistency and growth. ❓What was the first concept that confused you in JavaScript? #JavaScript #WebDevelopment #LearningJourney #Coding

Reply
2

More like this

Recommendations from Medial

Shubham

Fearless • 11d

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 • 16d

🚀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 • 19d

🚀 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 • 18d

🚀 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

Sanskar

Keen Learner and Exp... • 1m

Day 19 of learning python as a beginner. Topic: JSON file (exploring surface). JSON stands for JavaScript Object Notation however it is not limited to JavaScript only. JSON is used to store and share structured data which is both readable by human

See More
Reply
2

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