You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/02-first-steps/07-type-conversions/article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Regras de conversões numéricas:
69
69
|-------|-------------|
70
70
|`undefined`|`NaN`|
71
71
|`null`|`0`|
72
-
|`true` e `false`|`1` e `0`|
72
+
|<code>true e false</code>|`1` e `0`|
73
73
|`string`| Espaços em branco do início e do fim são removidos. Se a string que sobrar for vazia, o resultado é `0`. Senão, o número é "lido" a partir da string. Um erro nos dá `NaN`|
0 commit comments