Interaction: alert, prompt, confirm by andreimuntean1 · Pull Request #173 · javascript-tutorial/ro.javascript.info · GitHub
Skip to content

Interaction: alert, prompt, confirm#173

Open
andreimuntean1 wants to merge 4 commits into
javascript-tutorial:masterfrom
andreimuntean1:alert-prompt-confirm
Open

Interaction: alert, prompt, confirm#173
andreimuntean1 wants to merge 4 commits into
javascript-tutorial:masterfrom
andreimuntean1:alert-prompt-confirm

Conversation

@andreimuntean1

Copy link
Copy Markdown

No description provided.

@javascript-translate-bot

Copy link
Copy Markdown

@bogdanbacosca bogdanbacosca left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Textul trebuie re-formatat.

Comment thread .gitignore
.cache
.project
.settings
.vscode

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.vscode

Nu trebuie să adăugăm setări care nu erau acolo

</script>

</body>
let name = prompt("Cum te numești?", "");

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Presupun că ai o setare în VSCode care formatează textul.
Traducerea trebuie să aibă același format cu cel original. Dezactivează extensiile precum Prettier.

alert(`You are ${age} years old!`); // You are 100 years old!
```
alert(`Ai ${age} de ani!`); // Ai 100 de ani!
````

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

atenție la formatare


```js run
let test = prompt("Test", ''); // <-- for IE
let test = prompt("Test", ""); // <-- pentru Internet Explorer

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
let test = prompt("Test", ""); // <-- pentru Internet Explorer
let test = prompt("Test", ''); // <-- pentru Internet Explorer

formatare

@javascript-translate-bot

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants