Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.53 KB

File metadata and controls

12 lines (8 loc) · 1.53 KB

Absolute 中級 #math #template-literal

by Andrey Krasovsky @bre30kra69cs

挑戦する    English

srting, number または bigint を受け取り、正の数を出力する Absolute 型を実装します。

例えば

type Test = -100;
type Result = Absolute<Test>; // expected to be "100"

戻る 解答を共有 解答を確認