...
You declare constants using the const
keyword instead of the let
let
keyword, and the type of the value must be annotated.
...
...
You declare constants using the const
keyword instead of the let
let
keyword, and the type of the value must be annotated.
...