Join two arrays: const hege = ["Cecilie", "Lone"]; const stale = ["Emil", "Tobias", "Linus"]; const children = hege.concat(stale);.
確定! 回上一頁