Implement `getType(value)` returning `array` for arrays, `null` for null, and otherwise the result of `typeof value`.
Run your code to see results.