PowerShell - String Operations
What is the problem with this PowerShell code snippet?
$name = "Eve"
$text = 'Hello, $name!'
Write-Output $text
$name = "Eve"
$text = 'Hello, $name!'
Write-Output $text
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions