Interaction: alert, prompt, confirm by andreimuntean1 · Pull Request #170 · javascript-tutorial/ro.javascript.info
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Te rog să dai revert la 13-while-for, cum ai făcut la celălalt PR.
Trebuie să avem doar 1 PR pentru fiecare articol.
Am lăsat 2 comentarii în cod.
Pe scurt: trebuie ca formatul markdown să fie identic cu cel original, iar numele variabilelor să rămână netraduse.
Te rog să faci schimbările astea mai intâi prin tot codul.
Dacă ai mai multe nelămuriri, citește fișierul README.md din repo sau trimite-mi un mail.
| let name = prompt("What is your name?", ""); | ||
| alert(name); | ||
| ```js | ||
| let nume = prompt("Cum te numești?", ""); |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| let nume = prompt("Cum te numești?", ""); | |
| let name = prompt("Cum te numești?", ""); |
numele variabilelor nu se traduc.
Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters