Ketik Deklarasi Array Script

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