We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9c427 commit 6b3a96bCopy full SHA for 6b3a96b
1 file changed
02-languages/02-apuntes/01-javascript/101 basics.js
@@ -122,7 +122,7 @@ NaN // NotANumber** (de hecho es de tipo número)
122
// legibilidad.
123
124
/*
125
- Indeterminados (0 * Infinity), indefinidos (1 / 0), fuera del conjunto de los
+ Indeterminados (0 * Infinity), indefinidos (0 / 0), fuera del conjunto de los
126
reales (sqrt(-1)), o errores al parsear (parseInt("abc"))
127
*/
128
0 commit comments