Home > Frontend Engineering and Javascript > Frontend Interview Guides > Javascript Interview Questions: Syntax and Features Show previous contentAre you sure you're getting this? Fill in the missing part by typing it in.The follow code will output ___.JAVASCRIPT1(function() { 2 var a = b = 5; 3})(); 4 5console.log(b);Write the missing line below.SubmitReveal answer Show following content