My blogs.

Primitive vs Reference Values in JavaScript

If you are familiar with JavaScript, You might know that JavaScript has these data types - Boolean, Null, Undefined, Number, BigInt, String, Symbol, and object. While this is true, JavaScript has mainly two types of values: Primitive values and Reference values

Read blog

A Beginner's Guide to SASS

SASS is a CSS extension language. It includes functionality that aren't available in standard CSS, making it easier to simplify and maintain your projects' style sheets.

Read blog

What is foobar?

While asking coding doubts or in a coding tutorial, We often come across the terms foobar, foo and bar. So, what is foobar? how it is used? I did not know. So, I searched it up a bit.

Read blog