Skip to content

Fruit Picker: hints are outdated #1833

Open
@SleeplessByte

Description

@SleeplessByte

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

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions