In this challenge I suppose that the last answer is a = b, after assigning the value 7 to the variable a and matching both variables, but in my case it does not give me the answer as well corrected. Here is my response code:
// Configuración
var a;
a = 7;
var b;
b = 7;
a = b;
// Cambia solo el código debajo de esta línea
OK, thank you very much.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.