-
Notifications
You must be signed in to change notification settings - Fork 90
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
Generators #57
Generators #57
Conversation
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.
Here, with some typoes, I've given some suggestions. You can approve of them.
1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/solution.md
Outdated
Show resolved
Hide resolved
1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/task.md
Outdated
Show resolved
Hide resolved
1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/task.md
Outdated
Show resolved
Hide resolved
1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/task.md
Outdated
Show resolved
Hide resolved
1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/task.md
Outdated
Show resolved
Hide resolved
@@ -281,7 +284,7 @@ alert(str); // 0..9A..Za..z | |||
|
|||
The `yield*` directive *delegates* the execution to another generator. This term means that `yield* gen` iterates over the generator `gen` and transparently forwards its yields outside. As if the values were yielded by the outer generator. |
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.
You should translate this too.
…erator/solution.md Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
…erator/task.md Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
…erator/task.md Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
…erator/task.md Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
…erator/task.md Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
Co-authored-by: Sajeeb Ahamed <sajeeb07ahamed@gmail.com>
thanks, approved :) |
1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/solution.md
Outdated
Show resolved
Hide resolved
1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/task.md
Outdated
Show resolved
Hide resolved
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.
সামান্য কিছু চেঞ্জ আছে। খুব ভালো হয়েছে। চেঞ্জ গুলো কমপ্লিট করে ./done
লিখে কমেন্ট করুন।
Please make the requested changes. After it, add a comment "/done". |
Co-authored-by: Md. Jamal Uddin <jamal-pb95@users.noreply.github.com>
Co-authored-by: Md. Jamal Uddin <jamal-pb95@users.noreply.github.com>
Co-authored-by: Md. Jamal Uddin <jamal-pb95@users.noreply.github.com>
Co-authored-by: Md. Jamal Uddin <jamal-pb95@users.noreply.github.com>
Co-authored-by: Md. Jamal Uddin <jamal-pb95@users.noreply.github.com>
…erator/task.md Co-authored-by: Md. Jamal Uddin <jamal-pb95@users.noreply.github.com>
…erator/solution.md Co-authored-by: Md. Jamal Uddin <jamal-pb95@users.noreply.github.com>
done |
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.
thanks for nice contribution. I hope we will get more contributions from you soon.
Thank you 💖 I updated the Progress Issue #1 🎉 🎉 🎉 |
I try to translate the Generators chapter. It's my first translation. Let me know if anything wrong.
Thanks :)