Describe "Koan Bug, Issue, or Help Request"
- AboutCmdletVerbs
- AboutGetMember
Context "The Problematic Assertions"
- 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.
Describe "Koan Bug, Issue, or Help Request"
Context "The Problematic Assertions"
Context "Your Attempts"
N/A
Context "Additional Information"
Get-Uniqueonly acts on a sorted array. The koans above ask for user input the useGet-Uniqueto assert that there is no repetition. The approach is flawed and could do with being fixed.