Zena Profile picture
Tech: Go hard or Go home
Dec 29, 2021 9 tweets 4 min read
MY THREADS OF THE YEAR.
Wrapping up my 2021 with the best threads. I join tech twitter just 2 months ago and these major threads have helped shape me.

They may not be the best of the best but to me, these people and their amazing threads are the real MVP of my development
🧵🧵🧵 💥 2 months ago I had no idea about web development.
I was depressed trying to figure my life out until I chanced upon this thread.
Although I'm into front-end this is the first thread I read on tech twitter and things haven't been the same.

Dec 28, 2021 6 tweets 2 min read
Switch Statement in JavaScript explained.

Thread
#100DaysOfCode #JavaScript. ✏️ The if-statement causes a branch in the flow of a program's execution and the else-if idiom is used for multi-branches.
What happens when all branches depend on the same value of the expression?

That is when the switch statement comes in.