conventions.io

Tech Challenge

2026-06-08

🔷

Daily Tech Challenge

TypeScript

medium
Question 1 of 5

What is the resolved type of `T` below?

Example
type Status = "active" | "inactive" | "pending";
type T = Exclude<Status, "pending">;

Monday, June 8, 2026 · A new challenge drops every day