Skip to content

Commit 745b57b

Browse files
bhushanViolet-Bora-Lee
authored andcommitted
Update article.md
1 parent b5bf56d commit 745b57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/15-function-basics/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function showMessage() {
2424

2525
```js
2626
function name(parameter1, parameter2, ... parameterN) {
27-
...함수 본문...
27+
...함수 본문... [영문 번경]// body
2828
}
2929
```
3030

0 commit comments

Comments
 (0)