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
Hey I am on Medialย โขย 1y
JavaScript's evolution with ES6 introduces features that enhance development efficiency and readability. Key ES6 features include arrow functions, which provide concise syntax and lexical binding of `this`; classes, simplifying object-oriented progra
See MoreFearlessย โขย 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 MoreKeen 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



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