Skip to content

Typeof null operator

Baseline logo Baseline
Chrome logo Edge logo
Firefox logo Zen logo
Safari logo
Node logo
Bun logo
Deno logo
Cloudflare Workers logo

Due to legacy compatibility typeof null evaluates to 'object'

Type TC39 CoreJS Babel Civet JS+
Runtime Stage -1 View via Custom
JS+ TypeScript
typeof null; // 'null'
typeof null; // 'object'