```javascript typeof obj.words === "array" ``` This will never be true, since `typeof [1, 2]` is `object`. Perhaps we shall change it into `Array.isArray`?