Skip to content

Commit cc11973

Browse files
yahma25yeonjuan
andauthored
Update docs/playground/ko/JavaScript/Functions with JavaScript/Function Chaining.ts
Co-authored-by: YeonJuan <[email protected]>
1 parent bf123c4 commit cc11973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/playground/ko/JavaScript/Functions with JavaScript/Function Chaining.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $("#navigation").css("background", "red").height(300).fadeIn(200);
1818
// 위 라인에 점을 추가해보면,
1919
// 긴 함수 리스트를 보게 될 것입니다.
2020
// 이 패턴은 JavaScript에서 쉽게 재현할 수 있습니다.
21-
// 핵심은 반드시 항상 같은 오브젝트 반환하는 것입니다.
21+
// 핵심은 반드시 항상 같은 오브젝트를 반환하는 것입니다.
2222

2323
// 여기 체이닝 API를 만드는 API 예시가 있습니다.
2424
// 핵심은 내부 상태를 파악하고 있는 외부 함수와

0 commit comments

Comments
 (0)