Javascript
October 16, 2023 | 4 mins
Why 'const' doesn't make object keys immutable in JavaScript
In this article, we will explore the concept of const in JavaScript and learn how to create objects that cannot be modified. ...
November 27, 2023 | 6 mins
π΅What Does the Temporal Dead Zone Mean in JavaScript?
Have you ever wondered if hoisting only applies to var and not to let and const? How does hoisting work with let and const, if at all? In this blog, w ...
October 2, 2023 | 5 mins
π₯ Build a Chrome Extension from Scratch
Discover the world of Chrome extensions and build your own from scratch. Dive into the exciting realm of HTML5, CSS3, and JavaScript to create your un ...
October 24, 2024
freeCodeCampWhat is a Floating-Point Arithmetic Problem
Have you ever worked with numbers like 1/3, where the result is 0.33333β¦ and continues forever? As humans, we naturally round off such numbers, but ha ...



