Skip to main content
Fixed some grammar/punctuation
Source Link
SethO
  • 2.8k
  • 5
  • 29
  • 38

use strict is a way to make your code safer, causebecause you can't use dangerous features whichthat can work not as you expect.And And, as was writedwritten before, it makes code more strict.

use strict is a way to make your code safer, cause you can't use dangerous features which can work not as you expect.And as was writed before it makes code more strict.

use strict is a way to make your code safer, because you can't use dangerous features that can work not as you expect. And, as was written before, it makes code more strict.

Source Link
Ivan
  • 345
  • 3
  • 9

use strict is a way to make your code safer, cause you can't use dangerous features which can work not as you expect.And as was writed before it makes code more strict.