DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

Sorting — Example 181

Quick explanation + ready code for: Sorting.

PowerShell Sorting Back to examples
Back to language
Syntax: Sorting in PowerShell. ID: #181

Code

@(3,1,2,6) | Sort-Object

Notes

You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests.