// let arr_name, elemType[]; let list: number[] = [1, 2, 3]; // Generic array type, Array<elemType>: let list: Array<number> = [1, 2, 3];