Merge pull request #1476 from hrodward/patch-9

Update article.md
This commit is contained in:
Ilya Kantor 2019-10-19 20:25:02 +03:00 committed by GitHub
commit 3483424f62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ let worker = {
},
slow(x) {
// actually, there can be a scary CPU-heavy task here
// scary CPU-heavy task here
alert("Called with " + x);
return x * this.someMethod(); // (*)
}