var a: string[] = []; a.concat("hello", 'world'); a.concat('Hello'); var b = new Array(); b.concat('hello');