0 / 60 seg.

What will be the output of the code after 2 seconds?

setTimeout(() => {
  console.log("Hello, world!");
}, 2000);