Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.77 KB

File metadata and controls

12 lines (7 loc) · 1.77 KB

Replace 보통 #template-literal

by Anthony Fu @antfu

도전하기    English 简体中文 日本語

문자열 S에서 From를 찾아 한 번만 To로 교체하는 Replace<S, From, To>를 구현하세요.

예시:

type replaced = Replace<'types are fun!', 'fun', 'awesome'> // expected to be 'types are awesome!'

돌아가기 정답 공유하기 정답 보기