Back

Shubham

Fearlessย โ€ขย 4m

๐Ÿš€ 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ย โ€ขย 3m

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ย โ€ขย 4m

๐Ÿš€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ย โ€ขย 4m

๐Ÿš€ 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ย โ€ขย 4m

๐Ÿš€ 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
5

Sanskar

Keen Learner and Exp...ย โ€ขย 5m

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.