What is strict mode in Javascript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is strict mode in Javascript?

When it will come tell me I don't know it

13th Aug 2020, 1:20 PM
Akhil Repalle
Akhil Repalle - avatar
2 Answers
0
`Use strict;` If you use `strict` mode, you should define type of every variables you declare. Otherwise you'll get an error
13th Aug 2020, 1:37 PM
Midhun Madhu
Midhun Madhu - avatar
0
How do I use strict mode
14th Aug 2020, 6:29 AM
Akhil Repalle
Akhil Repalle - avatar