Why ‘Hello’ + 1 + 2 Is Not the Same as 1 + 2 + ‘Hello’ in JavaScript

I recently stumbled upon this oddly interesting JavaScript string concatenation behavior while experimenting with string concatenation — and it reminded me why programming can sometimes feel like a puzzle with its own logic. If you’ve ever written: You might be... Read more

Using Visual Studio Code to begin Your Programming Carreer

VS Code
Code editor is one of the most important tool for Software Development. There are hundreds of available code editors in the market, but one of the most popular code editors today is Visual Studio Code. It is fast, light weight,... Read more