Merge pull request #3020 from Nayoung-Gu/patch-1

just add a comma
This commit is contained in:
Ilya Kantor 2022-06-13 20:08:34 +02:00 committed by GitHub
commit fff1f64b93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ user = {
As demonstrated, we can omit `"function"` and just write `sayHi()`. As demonstrated, we can omit `"function"` and just write `sayHi()`.
To tell the truth, the notations are not fully identical. There are subtle differences related to object inheritance (to be covered later), but for now they do not matter. In almost all cases the shorter syntax is preferred. To tell the truth, the notations are not fully identical. There are subtle differences related to object inheritance (to be covered later), but for now they do not matter. In almost all cases, the shorter syntax is preferred.
## "this" in methods ## "this" in methods