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