这是indexloc提供的服务,不要输入任何密码
Skip to content

13 - Hello World (🎥 Video Explanation and Solution) #21339

@dimitropoulos

Description

@dimitropoulos

13 - Hello World

This type challenge is laughably easy, but don't worry: we get a chance to look at the testing environment and discuss the approach to using builtins and prior solutions. Tune in every day for the next challenge!

🎥 Video Explanation

Release Date: 2023-01-01 19:00 UTC

Hello World

🔢 Code

import type { Equal, Expect, NotAny } from './test-utils'

type A1 = NotAny<HelloWorld>
type B1 = true;
type C1 = Expect<Equal<A1, B1>>;

type A2 = HelloWorld
type B2 = string;
type C2 = Expect<Equal<A2, B2>>;

// ============= Your Code Here =============
type HelloWorld = string;

➕ More Solutions

For more video solutions to other challenges: see the umbrella list! #21338

Metadata

Metadata

Assignees

No one assigned

    Labels

    13answerShare answers/solutions to a questionenin English

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions