Arrow functions revisited by mahdiHash · Pull Request #166 · javascript-tutorial/fa.javascript.info
| - همچنین آنها `super` ندارند اما هنوز آن را نخواندهایم. در فصل <info:class-inheritance> آن را خواهیم خواند | ||
|
|
||
| That's because they are meant for short pieces of code that do not have their own "context", but rather work in the current one. And they really shine in that use case. | ||
| به دلیل اینکه آنها برای قطعههای کوتاهی از کد در نظر گرفته شدهاند که «زمینه» خودشان را ندارند و در زمینه کنونی کار میکنند. و آنها واقعا در این مورد استفاده میدرخشند. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line needs more attention
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| به دلیل اینکه آنها برای قطعههای کوتاهی از کد در نظر گرفته شدهاند که «زمینه» خودشان را ندارند و در زمینه کنونی کار میکنند. و آنها واقعا در این مورد استفاده میدرخشند. | |
| به دلیل اینکه آنها برای قطعههای کوتاهی از کد در نظر گرفته شدهاند که «موقعیت»(context) خودشان را ندارند و در موقعیت کنونی کار میکنند. و آنها واقعا در این مورد استفاده کاربرد دارند. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I translated "context" as "زمینه" in other articles. I think "موقعیت" is a good translation for "position" or "location" or something like this.
I'll add the English term in parentheses.
| - همچنین آنها `super` ندارند اما هنوز آن را نخواندهایم. در فصل <info:class-inheritance> آن را خواهیم خواند | ||
|
|
||
| That's because they are meant for short pieces of code that do not have their own "context", but rather work in the current one. And they really shine in that use case. | ||
| به دلیل اینکه آنها برای قطعههای کوتاهی از کد در نظر گرفته شدهاند که «زمینه» خودشان را ندارند و در زمینه کنونی کار میکنند. و آنها واقعا در این مورد استفاده میدرخشند. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| به دلیل اینکه آنها برای قطعههای کوتاهی از کد در نظر گرفته شدهاند که «زمینه» خودشان را ندارند و در زمینه کنونی کار میکنند. و آنها واقعا در این مورد استفاده میدرخشند. | |
| به دلیل اینکه آنها برای قطعههای کوتاهی از کد در نظر گرفته شدهاند که «موقعیت»(context) خودشان را ندارند و در موقعیت کنونی کار میکنند. و آنها واقعا در این مورد استفاده کاربرد دارند. |
Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM;
Thank you, @mahdiHashemi14!
Thank you 💖 I updated the Progress Issue #1 🎉 🎉 🎉