strict mode

Original statement sounded like there are multiple strict mode.It's more clear this way.
This commit is contained in:
imPROgramer 2018-11-18 12:59:57 -05:00 committed by GitHub
parent 991ca66d70
commit ad6ec87f3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ Once we enter the strict mode, there's no return.
The differences of `"use strict"` versus the "default" mode are still to be covered. The differences of `"use strict"` versus the "default" mode are still to be covered.
In the next chapters, as we learn language features, we'll make notes about the differences of the strict mode. Luckily, there are not so many. And they actually make our life better. In the next chapters, as we learn language features, we'll make notes about the differences of the strict and default mode. Luckily, there are not so many. And they actually make our life better.
At this point in time it's enough to know about it in general: At this point in time it's enough to know about it in general: