-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Labels
bug 🐛Something isn't workingSomething isn't workingx:action/fixFix an issueFix an issuex:knowledge/noneNo existing Exercism knowledge requiredNo existing Exercism knowledge requiredx:module/concept-exerciseWork on Concept ExercisesWork on Concept Exercisesx:size/smallSmall amount of workSmall amount of workx:status/claimedSomeone is working on this issueSomeone is working on this issuex:type/contentWork on content (e.g. exercises, concepts)Work on content (e.g. exercises, concepts)
Description
Related but not covered by #1818,
The hints have not been updated in #1725. For example, the first task:
- Use the imported API function checkStatus in your function.
- Pass a callback function to checkStatus. It should expect to receive a string argument.
- Return the result from the checkStatus API function.
But the correct implementation is:
export function onSuccess() {
notify({ message: 'SUCCESS' })
}The hints.md file can be found here: https://github.com/exercism/javascript/blob/main/exercises/concept/fruit-picker/.docs/hints.md
General information of how to write the hints.md file can be found here: https://exercism.org/docs/building/tracks/concept-exercises#h-file-docs-hints-md
Metadata
Metadata
Assignees
Labels
bug 🐛Something isn't workingSomething isn't workingx:action/fixFix an issueFix an issuex:knowledge/noneNo existing Exercism knowledge requiredNo existing Exercism knowledge requiredx:module/concept-exerciseWork on Concept ExercisesWork on Concept Exercisesx:size/smallSmall amount of workSmall amount of workx:status/claimedSomeone is working on this issueSomeone is working on this issuex:type/contentWork on content (e.g. exercises, concepts)Work on content (e.g. exercises, concepts)