多项选择题

const [age, setAge] = useState(42);关于这段代码描述不正确得是()

A.age的值为42
B.setAge的值是一个函数
C.useState的返回值是一个数组
D.以上都不对