These are my blogs

  1. Difference between = , == and ===

    August, 2021

    Hey guys, this is a blog that I've written to explain the difference between =, == and === operator. This is the first question that puzzled me for a while. Do check this out.

    Read Blog
  2. static typing vs dynamic typing

    August, 2021

    This blog is about the way we write codes in certain programming languages. Basically, there are two types in this one is static typing and other is dynamic typing.

    Read Blog