Merge pull request #2962 from Luca1152/patch-1

Fix language in 'Methods of primitives' task
This commit is contained in:
Ilya Kantor 2022-05-03 23:49:50 +04:00 committed by GitHub
commit e27d5caa35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,4 +15,4 @@ str.test = 5;
alert(str.test);
```
How do you think, will it work? What will be shown?
What do you think, will it work? What will be shown?