-
-
Notifications
You must be signed in to change notification settings - Fork 623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update the story of fruit picker exercise #1826
base: main
Are you sure you want to change the base?
Conversation
Dear Aliwahid17Thank you for contributing to the JavaScript track on Exercism! 💙
Dear Reviewer/Maintainer
Automated comment created by PR Commenter 🤖. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Aliwahid17 Great that you want to work on this. Currently there is an unfinished sentence and the task was more about the headers of headers for all the tasks and the text below the tasks 1 and 2. Currently the headers describe the what needs to be done technically, not in term of the story.
If this was a preliminary PR you want to expand on, you can make it a draft PR until everything is ready.
ok thanks for your feedback |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i changed some few lines from the fruit picker exercise
|
||
## 1. Create a callback to be called when the order is successful | ||
|
||
Write a callback function called `onSuccess` to be called when the order is successful. It should invoke the imported `notify` function passing a success message to it. | ||
Write a callback function name `onSuccess` which should invoke the import `notify` function.You have to return a `SUCCESS` message when the order is successful. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean named
/ with the name
and imported
?
I updated the story of the fruit picker exercise. I try to make it small understandable, and easy to read.