You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AboutCmdletVerbs - Get\is for commands that retrieve data
AboutCmdletVerbs - New\is for commands that create data
AboutCmdletVerbs - Add\is for commands that append data
AboutCmdletVerbs - Set\is for commands that overwrite data
AboutCmdletVerbs - Remove\is for commands that delete data
AboutGetMember - allows us to explore properties on an object
AboutGetMember - allows us to explore methods on an object
Context "Your Attempts"
N/A
Context "Additional Information"
Get-Unique only acts on a sorted array. The koans above ask for user input the use Get-Unique to assert that there is no repetition. The approach is flawed and could do with being fixed.
The text was updated successfully, but these errors were encountered:
Describe "Koan Bug, Issue, or Help Request"
Context "The Problematic Assertions"
Context "Your Attempts"
N/A
Context "Additional Information"
Get-Unique
only acts on a sorted array. The koans above ask for user input the useGet-Unique
to assert that there is no repetition. The approach is flawed and could do with being fixed.The text was updated successfully, but these errors were encountered: