FreeTyping

PowerShell Code Typing Practice

60
seconds
0
WPM
100%
accuracy
Read-Host "Prompt" while ($condition) {} Remove-Item -Path file | Group-Object prop for ($i = 0; $i -lt 10; $i++) {} do {} while ($condition) | Sort-Object prop Get-Service @(array) Copy-Item -Path src -Dest dst Get-Content file.txt Start-Service -Name svc $_ pipeline variable Get-Process New-Item -ItemType File [Parameter(Mandatory)] function Name { param() } try { } catch { } Write-Output $value param([string]$Param) $array += $item Write-Host "Message" if ($condition) {} else {} switch ($value) {} Set-Content -Path file Get-ChildItem $env:PATH [int]$number | Select-Object prop Stop-Process -Name proc Set-Location | ForEach-Object { } $variable = value throw "Error" @{hashtable} foreach ($item in $array) {} [string]$typed Move-Item -Path src -Dest dst | Where-Object { } Read-Host "Prompt" while ($condition) {} Remove-Item -Path file | Group-Object prop for ($i = 0; $i -lt 10; $i++) {} do {} while ($condition) | Sort-Object prop Get-Service @(array) Copy-Item -Path src -Dest dst Get-Content file.txt Start-Service -Name svc $_ pipeline variable Get-Process New-Item -ItemType File [Parameter(Mandatory)] function Name { param() } try { } catch { } Write-Output $value param([string]$Param) $array += $item
Click the text area and start typing to begin

Practice typing PowerShell scripts and Windows automation

Related Practice