Tech Challenge
2026-08-12
🔷
Daily Tech Challenge
TypeScript
medium
Question 1 of 5
With `strict` enabled, which of the four assignments below does the compiler reject?
Example
let a: {} = 42; // A
let b: object = 42; // B
let c: {} = null; // C
let d: object = () => 1; // DWednesday, August 12, 2026 · A new challenge drops every day