Fearless • 11h
🚀 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 MoreDownload the medial app to read full posts, comements and news.