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