What is the result?let arr1 = ["a", "b"]; let arr2 = ["c", "d"]; let result = arr1.concat(arr2); console.log(result);