How I built an air quality sensing system
Most of the time, we don’t think about the air we breathe because we can’t see it. But indoor air can be more sometimes polluted than the…
Most of the time, we don’t think about the air we breathe because we can’t see it. But indoor air can be more sometimes polluted than the…
In this post, I'll talk about some ways to make your code reviews better for everyone.
A computer cannot understand Javascript, so how do browsers understand Javascript?
Have you ever wondered why you were able to call functions before you wrote them in your code?
Scope chain is a fundamental concept in JavaScript that plays a crucial role in how variables are accessed and resolved during the execution of code
What are primitives, why primitives and objects behave differently and how to avoid mistakes while manipulating them
What is a call stack and how it works in JavaScript