Skip to content
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

Merged
merged 32 commits into from
Jun 6, 2020
Merged

Generators #57

merged 32 commits into from
Jun 6, 2020

Conversation

msisaifu
Copy link
Contributor

@msisaifu msisaifu commented May 9, 2020

I try to translate the Generators chapter. It's my first translation. Let me know if anything wrong.

Thanks :)

@CLAassistant
Copy link

CLAassistant commented May 9, 2020

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@ahamed ahamed left a 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.

@@ -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.
Copy link
Contributor

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.

1-js/12-generators-iterators/1-generators/article.md Outdated Show resolved Hide resolved
1-js/12-generators-iterators/1-generators/article.md Outdated Show resolved Hide resolved
1-js/12-generators-iterators/1-generators/article.md Outdated Show resolved Hide resolved
1-js/12-generators-iterators/1-generators/article.md Outdated Show resolved Hide resolved
msisaifu and others added 20 commits May 10, 2020 23:20
…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>
@msisaifu
Copy link
Contributor Author

Here, with some typoes, I've given some suggestions. You can approve of them.

thanks, approved :)

Copy link
Member

@jaamaalxyz jaamaalxyz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

সামান্য কিছু চেঞ্জ আছে। খুব ভালো হয়েছে। চেঞ্জ গুলো কমপ্লিট করে ./done লিখে কমেন্ট করুন।

@javascript-translate-bot

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

msisaifu and others added 7 commits June 6, 2020 23:57
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>
@msisaifu
Copy link
Contributor Author

msisaifu commented Jun 6, 2020

done

@jaamaalxyz jaamaalxyz self-requested a review June 6, 2020 19:15
Copy link
Member

@jaamaalxyz jaamaalxyz left a 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.

@jaamaalxyz jaamaalxyz merged commit d18b2dd into javascript-tutorial:master Jun 6, 2020
@javascript-translate-bot

Thank you 💖 I updated the Progress Issue #1 🎉 🎉 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants