What type of assignment is this variable, const age: number = 30;?
assertion
number
implicit
explicit
In this case, :number is a type annotation that explicitly specifies the data type of the variable.
26 / 30