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
@@ -4,7 +4,7 @@ La mayoría de las veces, los operadores y las funciones convierten automáticam
4
4
5
5
Por ejemplo, `alert` convierte automáticamente cualquier valor a string para mostrarlo, y las operaciones matemáticas convierten los valores a números.
6
6
7
-
También hay casos donde necesitamos convertir de manera explícita un valor al tipo requerido.
7
+
También hay casos donde necesitamos convertir de manera explícita un valor al tipo esperado.
8
8
9
9
```smart header="Por ahora, no hablaremos de los objetos"
10
10
En este capítulo no cubrimos objetos. Por ahora, solamente veremos valores primitivos.
0 commit comments