end of the video should refactor it
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
$HaloPeeps = @('Master Chief', 'Cortana', 'Captain Keys', 'Flood')
|
||||
|
||||
For($counter = 0; $counter -le 3; $counter++){
|
||||
For($counter = 0; $counter -le ($HaloPeeps - 1 ); $counter++){
|
||||
Write-Host "Holy smokes. it's" $HaloPeeps[$counter]
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user