PowerShell - Variables and Data Types
Given
$arr1 = @(1, 2) and $arr2 = @(3, 4), which command combines them into a single array @(1, 2, 3, 4)?