BFE.dev
JavaScript Quizzes125. try...catch...finally 2Discussfinally block is always executed. It overrides the returns value of try and catch block.