Tech Consulting interview question

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