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
Habiendo resuelto la **Cuestion 2** ¿Existe alguna forma de que la expresión `!isNaNValue(x) && x !== x` de como resultado `true`?
25
+
Habiendo resuelto la **Cuestion 2** ¿Existe alguna forma de que la expresión `!isNaNValue(x) && x !== x` de como resultado `true`? No debes modificar la implementación `isNaNValue` en este ejercicio.
26
26
27
27
```js
28
-
constisNaNValue=v=>?
29
-
30
-
// ¿x?
31
-
32
-
console.log(!isNaNValue(x) && x !== x); // false
28
+
// ¿x? <= Debes ingeniar un "x" que provoque lo siguiente:
0 commit comments