Pregunta de entrevista de Tech Consulting

What will the following JavaScript code output? (function() { var a = b = 5; })(); console.log(b);