Geben Sie eine Skriptarray -Deklaration ein

let strings: string[] = ['Hello', 'World', '!']
Calm Cheetah