Skip to content

Commit b70d21c

Browse files
Update 1-js/02-first-steps/07-type-conversions/article.md
Co-authored-by: Osvaldo Dias dos Santos <vadodsantos@yahoo.com>
1 parent 3b63abd commit b70d21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/07-type-conversions/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Se a string não é um valor numérico válido, o resultado da conversão é `Na
6060
```js run
6161
let age = Number("uma string ao invés de um número");
6262

63-
alert(age); // NaN, conversão falhou
63+
alert(age); // NaN, a conversão falhou
6464
```
6565

6666
Regras de conversões numéricas:

0 commit comments

Comments
 (0)