Preview:
$string1 = "The quick brown fox"
$string2 = "jumps over the lazy dog"

$result = $string1 + " " + $string2

Write-Host $result

# Result
The quick brown foxjumps over the lazy dog
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter