Update article.md

This commit is contained in:
Bhushan Gaikwad 2022-07-25 14:13:04 +05:30 committed by GitHub
parent 7000ede297
commit 2118abbb04
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
}
```