Short-circuiting in JavaScript
Understanding the fundamentals of Short-circuiting using logical operators
Mar 3, 20224 min read

Search for a command to run...
Understanding the fundamentals of Short-circuiting using logical operators

Importance of code comments

When I started learning my first programming language, my teacher told me to try to do more programming on paper and depend less on IDEs. I didn’t realize the importance of it at that time. Now that I look back I realize she was right. And that is wh...
