0 / 60 seg.

What will happen when the following code is executed?

try {
  console.log('Try block');
} finally {
  console.log('Finally block');
}