PowerShell - Working with Objects
What will be the output of this PowerShell code?
$arr = @('cat', 'dog', 'bird')
$arr[1]$arr = @('cat', 'dog', 'bird')
$arr[1]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions