+ 1
What is strict mode in Javascript?
When it will come tell me I don't know it
2 Respuestas
0
`Use strict;`
If you use `strict` mode, you should define type of every variables you declare. Otherwise you'll get an error
0
How do I use strict mode
When it will come tell me I don't know it