Skip to content

Generators#57

Merged
jaamaalxyz merged 32 commits into
javascript-tutorial:masterfrom
msisaifu:Generators
Jun 6, 2020
Merged

Generators#57
jaamaalxyz merged 32 commits into
javascript-tutorial:masterfrom
msisaifu:Generators

Conversation

@msisaifu

@msisaifu msisaifu commented May 9, 2020

Copy link
Copy Markdown
Contributor

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

Thanks :)

@CLAassistant

CLAassistant commented May 9, 2020

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@ahamed ahamed left a comment

Copy link
Copy Markdown
Contributor

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.

Comment thread 1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/solution.md Outdated
Comment thread 1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/task.md Outdated
Comment thread 1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/task.md Outdated
Comment thread 1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/task.md Outdated
@@ -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
Copy Markdown
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.

Comment thread 1-js/12-generators-iterators/1-generators/article.md Outdated
Comment thread 1-js/12-generators-iterators/1-generators/article.md Outdated
Comment thread 1-js/12-generators-iterators/1-generators/article.md Outdated
Comment thread 1-js/12-generators-iterators/1-generators/article.md Outdated
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
Copy Markdown
Contributor Author

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

thanks, approved :)

Comment thread 1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/solution.md Outdated
Comment thread 1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/task.md Outdated
Comment thread 1-js/12-generators-iterators/1-generators/article.md Outdated
Comment thread 1-js/12-generators-iterators/1-generators/article.md Outdated
Comment thread 1-js/12-generators-iterators/1-generators/article.md Outdated
Comment thread 1-js/12-generators-iterators/1-generators/article.md Outdated
Comment thread 1-js/12-generators-iterators/1-generators/article.md Outdated

@jaamaalxyz jaamaalxyz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

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

@javascript-translate-bot

Copy link
Copy Markdown

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

msisaifu commented Jun 6, 2020

Copy link
Copy Markdown
Contributor Author

done

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

@jaamaalxyz jaamaalxyz left a comment

Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown

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