| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This reverts that commit to be able to make a PR with only the translation regarding loops.
This reverts that commit to be able to make a PR with only the translation regarding loops.
This reverts that commit to be able to make a PR with only the translation regarding loops.
There was a problem hiding this comment.
Codul trebuie revizuit pentru formatare corectă. Atenție deosebită la spații, linii și variabile.
Sorry, something went wrong.
| De exemplu, bucla de mai jos afișează `i` cât timp `i < 3`: | ||
|
|
||
| ```js run | ||
| ```js |
There was a problem hiding this comment.
| ```js | |
| ```js run |
formatare, te rog sa faci la fel pentru fiecare instanță
Dacă apeși ctrl + D după ce ai evidențiat textul... apoi poți șterge și scrie toate erorile de-odată.
Sorry, something went wrong.
|
Please make the requested changes. After it, add a comment "/done". |
Sorry, something went wrong.
|
/done |
Sorry, something went wrong.
There was a problem hiding this comment.
Trebuie verificare liniile: să nu fie linii șterse sau adăugate.
Trebuie verificat ca formatarea să coincidă cu originalul. (în setări la VSCode trebuie să dezactivezi formatarea automată)
Sorry, something went wrong.
| ``` | ||
| Prima valoare este `i = 1` pentru că `++i` incrementează prima dată `i` și apoi returnează noua valoare. Așadar prima comparație este `1 < 5` și funcția `alert` afișează `1`. | ||
| 2. **De la 1 la 5** | ||
|
|
There was a problem hiding this comment.
spațiile dintre linii trebuie lăsate cum sunt, altfel nu se văd bine diferențele dintre texte. vezi git diff
Sorry, something went wrong.
| 1. The prefix form `++i`: | ||
| 1. Forma cu prefix `++i`: | ||
|
|
||
| ```js |
There was a problem hiding this comment.
formatare
Sorry, something went wrong.
| 1. The postfix form: | ||
| 1. Forma cu sufix: | ||
|
|
||
| ```js |
There was a problem hiding this comment.
formatare
Sorry, something went wrong.
| @@ -1,5 +1,3 @@ | |||
|
|
|||
There was a problem hiding this comment.
linii șterse
Sorry, something went wrong.
|
Please make the requested changes. After it, add a comment "/done". |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.