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...12 likes·78 readsJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.