Skip to content

Commit 8c46199

Browse files
authored
Update solution.md
1 parent 41803f8 commit 8c46199

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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
@@ -9,7 +9,7 @@ str.test = 5; // (*)
99
alert(str.test);
1010
```
1111

12-
يعتمد على ما إذا كان لديك `use strict` أم لا, وقد تكون النتيجة كما يلي:
12+
يعتمد على ما إذا كان لديك `use strict` أم لا، وقد تكون النتيجة كما يلي:
1313
1. `undefined` (no strict mode)
1414
2. An error (strict mode).
1515

0 commit comments

Comments
 (0)