Skip to content

Simple edit to Garbage collection arabic translation #81

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

Merged
merged 24 commits into from
Jun 17, 2020
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
2dec06c
Simple edit to Garbage collection arabic translation
Ahmed-Adel3 Jun 12, 2020
c1fae73
Translate coding styles page to AR
Ahmed-Adel3 Jun 12, 2020
4ee4fd4
Update 1-js/03-code-quality/02-coding-style/1-style-errors/solution.md
Ahmed-Adel3 Jun 12, 2020
797447c
Update 1-js/03-code-quality/02-coding-style/1-style-errors/solution.md
Ahmed-Adel3 Jun 12, 2020
6803364
Update 1-js/03-code-quality/02-coding-style/article.md
Ahmed-Adel3 Jun 12, 2020
5a6a98b
Update 1-js/03-code-quality/02-coding-style/article.md
Ahmed-Adel3 Jun 12, 2020
9b9e7a6
Update 1-js/03-code-quality/02-coding-style/article.md
Ahmed-Adel3 Jun 12, 2020
9e73cd6
Update 1-js/03-code-quality/02-coding-style/article.md
Ahmed-Adel3 Jun 12, 2020
becd098
Merge branch 'master' into object-basics
3imed-jaberi Jun 12, 2020
bc703d8
Update 1-js/03-code-quality/02-coding-style/article.md
Ahmed-Adel3 Jun 12, 2020
2c13a15
Update 1-js/03-code-quality/02-coding-style/article.md
Ahmed-Adel3 Jun 12, 2020
1a50e4f
Update 1-js/03-code-quality/02-coding-style/article.md
Ahmed-Adel3 Jun 12, 2020
bab1997
Update 1-js/03-code-quality/02-coding-style/1-style-errors/solution.md
Ahmed-Adel3 Jun 12, 2020
66694ad
Update 1-js/03-code-quality/02-coding-style/article.md
Ahmed-Adel3 Jun 12, 2020
caa3414
Update 1-js/03-code-quality/02-coding-style/article.md
Ahmed-Adel3 Jun 12, 2020
cef8bc9
Update 1-js/03-code-quality/02-coding-style/article.md
Ahmed-Adel3 Jun 12, 2020
cfcbc7e
Update 1-js/03-code-quality/02-coding-style/article.md
Ahmed-Adel3 Jun 12, 2020
0e883b0
Update 1-js/03-code-quality/02-coding-style/article.md
Ahmed-Adel3 Jun 12, 2020
33ee0e3
Update 1-js/03-code-quality/02-coding-style/article.md
Ahmed-Adel3 Jun 12, 2020
eb1bc2d
Update 1-js/03-code-quality/02-coding-style/article.md
Ahmed-Adel3 Jun 12, 2020
290e7c6
Update 1-js/03-code-quality/02-coding-style/article.md
Ahmed-Adel3 Jun 12, 2020
c360626
Update 1-js/03-code-quality/02-coding-style/1-style-errors/solution.md
Ahmed-Adel3 Jun 12, 2020
189a82c
Update 1-js/03-code-quality/02-coding-style/article.md
Ahmed-Adel3 Jun 12, 2020
a43bcd8
fix last think
3imed-jaberi Jun 17, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 1-js/03-code-quality/02-coding-style/article.md
Co-authored-by: imed jaberi <[email protected]>
  • Loading branch information
Ahmed-Adel3 and 3imed-jaberi authored Jun 12, 2020
commit 2c13a155a7b06587b308b00422461b7ae89f7fc7
2 changes: 1 addition & 1 deletion 1-js/03-code-quality/02-coding-style/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ if (

هناك لغات تكون فيها الفاصلة المنقوطة اختيارية حقًا ونادرًا ما يتم استخدامها. في JavaScript ، على الرغم من ذلك ، هناك حالات لا يتم فيها تفسير فاصل الأسطر على أنه فاصلة منقوطة ، مما يجعل الشفرة عرضة للأخطاء. انظر المزيد عن ذلك في الفصل <info:structure#semicolon>.

إذا كنت مبرمجًا JavaScript متمرسًا ، فيمكنك اختيار نمط رمز بلا فاصلة منقوطة مثل [StandardJS](https://standardjs.com/). خلاف ذلك ، من الأفضل استخدام الفواصل المنقوطة لتجنب الأخطاء. لذا يضع غالبية المطورين الفواصل المنقوطة.
إذا كنت مبرمج JavaScript متمرسًا ، فيمكنك اختيار نمط رمز بلا فاصلة منقوطة مثل [StandardJS](https://standardjs.com/). خلاف ذلك، من الأفضل استخدام الفواصل المنقوطة لتجنب الأخطاء. لذا يضع غالبية المطورين الفواصل المنقوطة.

### مستويات التعمق

Expand Down