What will be the output of the below script? While (1) { $a = "something" if ($a –eq 1) {continue} break; Write-Host $a }
Reveal answer
Fill a bubble to check yourself
What will be the output of the below script? While (1) { $a = "something" if ($a –eq 1) {continue} break; Write-Host $a }