We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bf56d commit 745b57bCopy full SHA for 745b57b
1-js/02-first-steps/15-function-basics/article.md
@@ -24,7 +24,7 @@ function showMessage() {
24
25
```js
26
function name(parameter1, parameter2, ... parameterN) {
27
- ...함수 본문...
+ ...함수 본문... [영문 번경]// body
28
}
29
```
30
0 commit comments