Skip to content

Commit 57b1ae3

Browse files
yahma25yeonjuan
andauthored
Update docs/playground/ko/JavaScript/Functions with JavaScript/Typing Functions.ts
Co-authored-by: YeonJuan <[email protected]>
1 parent 7069e24 commit 57b1ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/playground/ko/JavaScript/Functions with JavaScript/Typing Functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// 다양한 방법을 제공하는 많은 방식이 있습니다.
44

55
// 우선 좋은 위치는 선택적 매개변수를 살펴보는 것입니다.
6-
// 이는 매개변수를 건너뛸 수 있다는 것을 알려주는 방법입니다.
6+
// 이는 매개변수를 생략할 수 있다는 것을 알려주는 방법입니다.
77

88
let i = 0;
99
const incrementIndex = (value?: number) => {

0 commit comments

Comments
 (0)