Skip to content

Commit 24fc937

Browse files
author
Márcio Rodrigo
committed
Finalizing hello-world translation
1 parent 4d3a2c0 commit 24fc937

File tree

5 files changed

+14
-15
lines changed

5 files changed

+14
-15
lines changed

1-js/02-first-steps/01-hello-world/1-hello-alert/solution.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<body>
55

66
<script>
7-
alert( "I'm JavaScript!" );
7+
alert( "Eu sou o Javascript!" );
88
</script>
99

1010
</body>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
importance: 5
1+
importância: 5
22

33
---
44

5-
# Show an alert
5+
# Mostrar um alerta
66

7-
Create a page that shows a message "I'm JavaScript!".
7+
Crie uma página que mostre uma mensagem " Eu sou o JavaScript!".
88

9-
Do it in a sandbox, or on your hard drive, doesn't matter, just ensure that it works.
9+
Faça isso em um sandbox, ou no seu disco rígido, não importa, apenas certifique-se de que ele funciona.
1010

11-
[demo src="solution"]
11+
[demo src=" solution"]
1212

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
alert("I'm JavaScript!");
1+
alert("Eu sou o Javascript!");
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
The HTML code:
1+
O código HTML:
22

33
[html src="index.html"]
44

5-
For the file `alert.js` in the same folder:
6-
7-
[js src="alert.js"]
5+
Para o arquivo `alert.js` na mesma pasta:
86

7+
[js src="alert.js"]
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
importance: 5
1+
importância: 5
22

33
---
44

5-
# Show an alert with an external script
5+
# Mostrar um alerta com um script externo
66

7-
Take the solution of the previous task <info:task/hello-alert>. Modify it by extracting the script content into an external file `alert.js`, residing in the same folder.
7+
Tome a solução da tarefa anterior <info:task/hello-alert>. Modifique-o extraindo o conteúdo do script para um arquivo externo `alert.js`, residindo na mesma pasta.
88

9-
Open the page, ensure that the alert works.
9+
Abra a página, verifique se o alerta funciona.

0 commit comments

Comments
 (0)