PowerShell - Working with Objects
What is wrong with this PowerShell code?
$arr = @()
$arr = $arr + 'item'
$arr = @()
$arr = $arr + 'item'
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions