LLuchiincodingluchi.hashnode.dev·Jun 2, 2023 · 18 min readUnderstanding Short Circuiting, Nullish Coalescing, and Optional Chaining in JavaScriptOne of the best things about JavaScript and web development in general is that it is continuously evolving, introducing new features that make our lives as developers easier. Let me introduce you to three of these awesome features: short circuiting, ...00
LLuchiincodingluchi.hashnode.dev·May 31, 2023 · 30 min readBuilding a Chrome Extension: A Step-by-Step Guide with JavaScriptOutline: Introduction Prerequisites Understanding the project Setting up the Project 3.1 Step 1 - Let's Get the HTML Structure Sorted 3.2 Step 2 - Let's Make It Look Good with Some CSS Magic 3.3 Step 3 - Time to Add Some JavaScript Wizardry 3...02BI
LLuchiincodingluchi.hashnode.dev·May 22, 2023 · 34 min read20 Common Beginner JavaScript Mistakes and how to fix themTable of Content: Introduction Foundation: Understanding JavaScript Basics Mistake #1: Improper Variable Naming Mistake #2: Mixing up Addition & Concatenation Mistake #3: Improper Variable Declaration, Reassignment and Scope Management Mistake ...00