Fix language in Methods of primitives task

Use "What do you think" instead of "How do you think".
This commit is contained in:
Luca1152 2022-04-19 18:55:38 +03:00 committed by GitHub
parent 291b5c05b9
commit 888e4b9c3a
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?