◐ Shell
clean mode source ↗

Loops: while and for by mahdiHash · Pull Request #103 · javascript-tutorial/fa.javascript.info

added 23 commits

March 28, 2021 14:27
line 11: `i++` -> `++i`  because it is `پیشوند`

line 18: `++i` -> `i++`  because it is `پسوند`
Please review and comment / commit if anything is wrong
Please review and comment / commit if anything is wrong
Please review and comment / commit if anything is wrong
Please review and comment / commit if anything is wrong
Please review and comment / commit if anything is wrong
Please review and comment / commit if anything is wrong
Please review and comment / commit if anything is wrong
Please review and comment / commit if anything is wrong
Please review and comment / commit if anything is wrong
I'm not sure of line 17 translation.
Please review and comment / commit if it could be better or anything is wrong
Changed `می شود` to `شده` for reading purposes.
The translation was a little tricky so please review and comment / commit if anything is wrong.
Changed "میشود" to "می شود"
Changed "میشود" to "می شود"

mahdyar

All the mentioned problems are fixed and I also changed some lines to make it more readable