Skip to content

Commit 203e90c

Browse files
committed
Merge branch 'master' of https://github.com/jonnathan-ls/pt.javascript.info into feature/steps-ifelse
2 parents 6cad86f + 5e403a0 commit 203e90c

File tree

331 files changed

+2638
-27289
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

331 files changed

+2638
-27289
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
* text=auto eol=lf
2+
*.svg binary
2.08 KB
Loading
Loading
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
2-
[html src="index.html"]
1+
2+
[html src="index.html"]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
importância: 5
1+
importance: 5
22

33
---
44

55
# Mostrar um alerta com um script externo
66

77
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-
Abra a página, verifique se o alerta funciona.
9+
Abra a página, verifique se o alerta funciona.

1-js/02-first-steps/04-variables/1-hello-variables/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
importância: 2
1+
importance: 2
22

33
---
44

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
importância: 3
1+
importance: 3
22

33
---
44

55
# Dando o nome certo
66

77
1. Criar uma variável com o nome do nosso planeta. Como você nomearia tal variável?
8-
2. Crie uma variável para armazenar o nome de um visitante atual em um site. Como você nomearia essa variável?
8+
2. Crie uma variável para armazenar o nome de um visitante atual em um site. Como você nomearia essa variável?

1-js/02-first-steps/04-variables/3-uppercast-constant/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
importância: 4
1+
importance: 4
22

33
---
44

1-js/02-first-steps/05-types/1-string-quotes/task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
importância: 5
1+
importance: 5
22

33
---
44

@@ -14,4 +14,4 @@ alert( `olá ${1}` ); // ?
1414
alert( `olá ${"name"}` ); // ?
1515

1616
alert( `olá ${name}` ); // ?
17-
```
17+
```

1-js/02-first-steps/07-type-conversions/1-primitive-conversions-questions/solution.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)