Tech Consulting Interview Question

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