Hello World warm-up

by Anthony Fu @antfu

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

Hello, World! In Type Challenges, we use the type system itself to do the assertion. For this challenge, you will need to change the following code to make the tests pass (no type check errors). ```ts // expected to be string type HelloWorld = any ``` ```ts // you should make this work type test = Expect> ``` Click the `Take the Challenge` button to start coding! Happy Hacking!
Back Share your Solutions Check out Solutions