© 2023 Hashnode
#strictmode
Introduction JavaScript is a popular programming language used for developing web applications. It is a loosely typed language, which means that it does not require variable declaration before use. Th…
Rigidity provides stability, but also gives a bulwark to fight against and rebel, when it gets too rigid. Its importance is only understood in the wild nature, where some predictability is the only th…
What is strict mode? strict mode is a special mode that we can activate in JavaScript which makes it easier for us to write a secure JavaScript code. To activate strict mode, all we have to do is to …
Have you ever come across this line "use strict" written on top of the code and wondered what this does and what is the use of this line? Only by writing this one single line on the top of the code w…
Hello developers,Hope you all are doing well and building beautiful and fun applications. Today was a heck of a Sunday. This blog was supposed to be started well before, but something caught me for th…