Home > Frontend Engineering and Javascript > Javascript Fundamentals > Control Flow: If/Else and Try/Catch Statements Show previous contentAre you sure you're getting this? Fill in the missing part by typing it in.What will be the output of following code block?JAVASCRIPT1try{ 2 return 1 3} 4except{ 5 return 2 6}Write the missing line below.SubmitReveal answer Show following content