Β© 2024 syedamaham. All rights reserved.
</> with π by Syeda Maham
v1.0.0
October 16, 2023 | 2 mins
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 | 2 mins
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 ...