Merge pull request #3118 from bhushan/patch-1

Update article.md
This commit is contained in:
Ilya Kantor 2022-08-14 11:27:55 +03:00 committed by GitHub
commit e82267ee47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ The `function` keyword goes first, then goes the *name of the function*, then a
```js
function name(parameter1, parameter2, ... parameterN) {
...body...
// body
}
```