Skip to content

Commit d816d80

Browse files
OMEGA-YViolet-Bora-Lee
authored andcommitted
[함수] 오타 수정
1 parent 210d78b commit d816d80

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
@@ -345,7 +345,7 @@ alert( doNothing() === undefined ); // true
345345
return
346346
(some + long + expression + or + whatever * f(a) + f(b))
347347
```
348-
자바스크립트는 return문 끝에 세미콜론을 자동으로 넣기 때문에 이렇게 `return`문을 작성하면 안 됩니다. 위와 코드는 아래 코드처럼 동작합니다.
348+
자바스크립트는 return문 끝에 세미콜론을 자동으로 넣기 때문에 이렇게 `return`문을 작성하면 안 됩니다. 코드는 아래 코드처럼 동작합니다.
349349
350350
```js
351351
return*!*;*/!*

0 commit comments

Comments
 (0)