Ankit Bajpaiankitbajpai1607.hashnode.dev·Jul 29, 2023Understanding Strict Mode in JavaScriptJavaScript is undoubtedly one of the most popular programming languages used for developing dynamic and interactive web applications. Over the years, its ecosystem has grown exponentially, leading to vast improvements in the language's capabilities a...DiscussJavaScript
Maanil Vermamaanil.hashnode.dev·Jun 15, 2023All About " Strict Mode " in JavaScriptHi, welcome to my new blog where I will make you understand the importance of the " use strict " mode in JavaScript. Since you know JavaScript is a scripting language therefore it shows the correct output even if the script has some errors in it. Now...DiscussstrictMode
Akshat Vishwakarmaakshatv.hashnode.dev·Mar 23, 2023Strict mode in JavaScript: What you need to knowIntroduction 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. This feature can be helpful in some cases, but it ca...Discuss·56 readsJavaScript
Dhawal Pandyadhawalpandya01.hashnode.dev·Jan 27, 2023What is Strict Mode in React?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 thing keeping you alive. Anyway, Strict mode is a fe...Discuss·49 readsstrictMode
Syed Rafsan Raiyansrafsan.hashnode.dev·Dec 1, 2022Strict mode in JavaScriptWhat 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 write this at the beginning of the script. "use s...Discuss·12 likes·78 readsJavaScript
Maitreyee Nathjustcodingthings.hashnode.dev·Jul 21, 2022"use strict" in JavaScriptHave 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 will allow us to write better programs and also mak...Discuss·86 readsJavaScript
Gaganpreet Kaur Kalsigaganpreetkaurkalsi.hashnode.dev·Jun 5, 2022Diving deep into useState()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 the whole day. I was working out a small project to ...Discuss·1 like·129 readsuseState