Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.95 KB

File metadata and controls

17 lines (11 loc) · 1.95 KB

KebabCase 보통 #template-literal

by Johnson Chu @johnsoncodehk

도전하기    English 日本語

camelCasePascalCasekebab-case 문자열로 수정하세요.

FooBarBaz -> foo-bar-baz

예시:

type FooBarBaz = KebabCase<"FooBarBaz">
const foobarbaz: FooBarBaz = "foo-bar-baz"

type DoNothing = KebabCase<"do-nothing">
const doNothing: DoNothing = "do-nothing"

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

관련된 문제들

114・CamelCase