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