¿Qué resultado produce el siguiente código?
let a = "5"; let b = 5; console.log(a == b && typeof a !== typeof b);
true
false
Error
undefined