let strings: string[] = ['Hello', 'World', '!']
let list: number[] = [1, 2, 3];
let myArray:string[] = ["your", "hello", "world"];