If/else, switch, anonymous function and type assertion in golang
Jun 26, 2025 · 3 min read · # 👋 Hey, I'm Malka! Welcome to **Day 3** of my **#100DaysOfDevelopment** journey. Today, I explored two fundamental concepts in programming — `if/else` and `switch` statements in **Go (Golang)**. Let’s dive in! 🚀 --- ## 🔍 What I Learned ### 🧠 `if...
Join discussion