My Blogs ✍🏻

Type Error vs Reference Error

In JavaScript, we have three type of error — Type Error, Reference Error and Syntax Error. Here we are discussing about Type Error and Reference Error.

Read More

Equality operator and Strict equality operator in JavaScript

In JavaScript, there are various type of operators, here we are discussing about Equality operator (==) and Strict equality operator(===).

Read More

Arrow Function

An arrow function expression is a compact alternative to a traditional function expression. Instead of the function keyword, it uses an arrow(=>) made up of an equal sign and greater than sign.

Read More

The missing females in the Indian workforce

I remember reading Economist Prof. Shamika Ravi’s tweet on the low female labour force participation rate in India last year and that got me interested in the subject. The subject also resonates so well with me, as I try to break into a new career all the while juggling my household responsibilities as a married woman.

Read More