void

c#
1 min read
Why does a function with no parameters (compared to the actual function definition) compile?
# 🤔 Understanding Function Compilation with No Parameters Do you sometimes come across code that seems confusing or even incorrect, but it still compiles without any errors? 🤷♀️ Today, we'll dive into a perplexing C code snippet and unravel the mystery

javascript
1 min read
What does "javascript:void(0)" mean?
# "javascript:void(0)" Demystified 🕵️♂️🔍 Hey there tech enthusiasts! Have you ever stumbled upon the mysterious href value "javascript:void(0)" in web development? 🤔 Wondering what it means and how it affects your website? 🌐 Well, you're in luck! 🎉