多项选择题

下列const表达式正确的是()

A.const foo
B.const a =[]
C.const PI =3.1415
D.let age =25;const age =30;