Merge pull request #2825 from bookchiq/master

Add "us" for grammatical reasons
This commit is contained in:
Ilya Kantor 2022-01-21 10:31:46 +03:00 committed by GitHub
commit e7b524caf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ function sayHi() {
There is another syntax for creating a function that is called a *Function Expression*.
It allows to create a new function in the middle of any expression.
It allows us to create a new function in the middle of any expression.
For example: