Fruit Picker: hints are outdated
See original GitHub issueRelated 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
Issue Analytics
- State:
- Created a year ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Anyone who's been laid off can pick fruit, right? It's not that ...
When picking apples, you need to consider the size, the colour, whether they're damaged, how firm they are (different for each variety) –...
Read more >Best fruit picker | FOX31 Denver
Watch out for falling fruit. · Use a simple twisting motion to pick. · Only pick one or two fruits at a time...
Read more >34 Fruit picker ideas - Pinterest
2018-3-12 - Explore evy Li's board "fruit picker" on Pinterest. ... This would've been helpful at our old house ... Organic Gardening Tips....
Read more >Ladder-less Fruit Harvesting Techniques
With a 12 foot extension fruit picker, it's possible to harvest up to a ... Stretch a tarp or old sheet under the...
Read more >Thinking about Fruit Picking This Summer? Everything You ...
Fruit picking in summer is a unique experience in that it engages every one of the five senses. Plan your trip right this...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@dunndeft Good catch regarding the typo. Could you please create an issue for this here: https://github.com/exercism/exercism. The people that monitor those issues are able to fix the typo. The main website repository does not accept contributions.
Hello. How can I assist in updating the hints? This is my first attempt at contributing to Exercism.