3 lines
92 B
Text
3 lines
92 B
Text
const
|
|
STR1 = 'abc'; // regular constant
|
|
STR2: string = 'def'; // typed constant
|