2023-05-06

Hello and Greetings!

Welcome to my blog!

First of all, very glad you're here reading this, thank you for your visit.

My avatar was created using Stable Diffusion Online, I do suggest you give it a try.

The idea for this blog is to have a collection of quick and fast set of answers to common questions I've found to be recurring over time.

Among others, JavaScript has been a big part of things I've worked on over the years hence I expect for it to become the most prolific one as time goes by, however I do have experience with all sorts, C, C++, C#, Java, and the list goes on...

Feel free to drop any type of comments on any of the articles (questions, feedback, etc...) and I truly hope these will help you if you found your way here.

Have a great day!


No comments:

Javascript :: comparison operators, using == vs === and != vs !==

Comparison operators are distinguished following simple logic, whether data type is being included or not. Essentially if it is === or !==, ...