Skip to content

Commit d15186d

Browse files
committed
fix
1 parent eabfc56 commit d15186d

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/01-primitives-methods/1-string-new-property

1 file changed

+1
-1
lines changed

1-js/05-data-types/01-primitives-methods/1-string-new-property/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ alert(str.test);
1010
```
1111

1212
Depending on whether you have `use strict` or not, the result may be:
13-
1. `undefined` (no string)
13+
1. `undefined` (no strict mode)
1414
2. An error (strict mode).
1515

1616
Why? Let's replay what's happening at line `(*)`:

0 commit comments

Comments
 (0)