-
Notifications
You must be signed in to change notification settings - Fork 31
Interaction: alert, prompt, confirm #170
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
Conversation
There was a problem hiding this comment.
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?", ""); |
There was a problem hiding this comment.
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". |
No description provided.