What is Use Strict Mode in JavaScript | JavaScript Tutorials in Hindi | Interview Question #17

Опубликовано: 13 Октябрь 2024
на канале: Still Learning
672
8

What is Use Strict Mode in JavaScript | JavaScript Tutorials in Hindi | Interview Question #17

Hi,
I'm Rohit Verma, Welcome to our YouTube Channel Still Learning.

About this video :-
In JavaScript, "use strict" is a directive that enables strict mode, a stricter and safer version of the language.

When you use the "use strict" directive at the beginning of your script or function, you are telling the JavaScript engine to enforce a stricter set of rules for parsing and executing your code. This helps to prevent common mistakes and encourages you to write more secure and reliable code.

Strict mode introduces several changes to the way JavaScript works, including:

Variables must be declared before they are used.
Deleting a variable or function is not allowed.
Assigning a value to an undeclared variable is not allowed.

In general, using strict mode is a good practice that can help you catch errors earlier and write more maintainable code. However, it's important to note that not all browsers support strict mode, so you may need to test your code carefully to ensure that it works correctly across different environments.

React JS Tutorials in Hindi Playlist:-
   • React JS Simple Count App for beginne...  

JavaScript Tutorials in Hindi Playlist:-
   • How to add value in array specific po...  

HTML Tutorials in Hindi Playlist:-
   • What is difference between HTML 4 & H...  

Watch Another Videos 👇
SSC MTS 2017 Most Important GK Top 100 Questions with Answers
   • SSC MTS 2017 Most Important GK Top 10...  

All Countries Prime Ministers List, Most Important GK
   • All Countries Prime Ministers List, M...  

SSC MTS 2017 Most Important GK/General Science Top 50 Questions with Answers
   • SSC MTS 2017 Most Important GK/Genera...  

SSC MTS 2017 Top 30 Most Asked Spelling Mistakes in English MTS Previous Exam
   • SSC MTS 2017 Top 30 Most Asked Spelli...  

Social Links:-
YouTube :    / @stilllearning  
Facebook :   / stilllearning.in  
Twitter :   / stilllearningin  

#javascripttutorials #interviewquestions #javascriptinterviewquestions #javascripttutorialsinhindi #StillLearning #TutorialsInHindi

~-~~-~~~-~~-~
Please watch: "How to use useEffect Hook in React JS | Part 6 | React JS Tutorials in Hindi"
   • How to use useEffect Hook in React JS...  
~-~~-~~~-~~-~