Because `typeof null === 'object'` It should work with an extra rule for nulls. ```js if (obj === null) { return 'null'; } ```
Because
typeof null === 'object'It should work with an extra rule for nulls.