We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabfc56 commit d15186dCopy full SHA for d15186d
1 file changed
1-js/05-data-types/01-primitives-methods/1-string-new-property/solution.md
@@ -10,7 +10,7 @@ alert(str.test);
10
```
11
12
Depending on whether you have `use strict` or not, the result may be:
13
-1. `undefined` (no string)
+1. `undefined` (no strict mode)
14
2. An error (strict mode).
15
16
Why? Let's replay what's happening at line `(*)`:
0 commit comments