Tech Challenge
2026-07-03
🔷
Daily Tech Challenge
TypeScript
medium
Question 1 of 5
What is the resolved type of `x` below?
Example
const ID: unique symbol = Symbol();
interface Widget {
[ID]: string;
}
declare const w: Widget;
const x = w[ID];Friday, July 3, 2026 · A new challenge drops every day