Skip to content

Commit ad1baf1

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//// { order: 2, compiler: { esModuleInterop: true } }
22

3-
// 함수 체이닝 API는 JavaScript의 흔한 패턴입니다.
4-
// 이는 여러분의 코드를
5-
// 중간값을 덜 포함함으로써 집중시킬 수 있고
6-
// JavaScript 중첩 특성 덕분에 더 읽기 쉽게 만들 수 있습니다.
3+
// 함수 체이닝 API는 JavaScript에서 흔한 패턴으로,
4+
// JavaScript 의 중첩 특성으로 인해
5+
// 중간값을 줄이고 가독성을 높혀
6+
// 코드를 집중시킬 수 있습니다.
77

88
// 체이닝으로 동작하는 실제로 흔한 API는 jQuery입니다.
99
// 여기에 DefinitelyTyped의 타입과 함께 사용한

0 commit comments

Comments
 (0)