Absolute medium #math #template-literal

by Andrey Krasovsky @bre30kra69cs

Take the Challenge    简体中文 日本語 한국어

Implement the `Absolute` type. A type that take string, number or bigint. The output should be a positive number string For example ```ts type Test = -100 type Result = Absolute // expected to be "100" ```
Back Share your Solutions Check out Solutions